#A8691D

Color #A8691D Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A8691D

Tints of Golden Brown #A8691D

Color information

#A8691D (or 0xA8691D) is unknown color: approx Golden Brown. HEX triplet: A8, 69 and 1D. RGB value is (168,105,29). Sum of RGB (Red+Green+Blue) = 168+105+29=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A8691D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8691D is #5796E2. Grayscale: #737373. Windows color (decimal): -5740259 or 1927592. OLE color: 1927592.

HSL color Cylindrical-coordinate representation of color #A8691D: hue angle of 32.81º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8691D is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB16810529-
CMYK00.380.830.34
HSL32.81º70.56%38.63%-
HSV(B)32.81º82.74%65.88%-
XYZ21.4218.523.61-
YUV115.1779.37165.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 55.63%
GREEN value IS 105 (41.41% from 255) = 34.77%
BLUE value IS 29 (11.72% from 255) = 9.60%
R=55.63%
G=34.77%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.83
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681052900.380.830.3432.8170.5638.63
HexA8691D0265322214727
Octal25015135046123424110747
Binary10101000110100111101010011010100111000101000011000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8691D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8691D; }

 p { color: rgb(168,105,29); }

 H1.HeaderClassName
 {
   color: #A8691D;
 }
 .AnyTagClassName
 {
   color: #A8691D;
 }
</style>
background-color css

<style>
 a { background-color: #A8691D; }

 a { background-color: rgb(168,105,29); }

 div.DivClassName
 {
   background-color: #A8691D;
 }
 .BgClassName
 {
   background-color: #A8691D;
 }
</style>
border-color css

<style>
 span { border-color: #A8691D; }

 span { border-color: rgb(168,105,29); }

 td.TdClassName
 {
   border-color: #A8691D;
 }
 .TagClassName
 {
   border-color: #A8691D;
 }
</style>