#A0691E

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

Shades of Golden Brown #A0691E

Tints of Golden Brown #A0691E

Color information

#A0691E (or 0xA0691E) is unknown color: approx Golden Brown. HEX triplet: A0, 69 and 1E. RGB value is (160,105,30). Sum of RGB (Red+Green+Blue) = 160+105+30=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A0691E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0691E is #5F96E1. Grayscale: #717171. Windows color (decimal): -6264546 or 1993120. OLE color: 1993120.

HSL color Cylindrical-coordinate representation of color #A0691E: hue angle of 34.62º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0691E is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB16010530-
CMYK00.340.810.37
HSL34.62º68.42%37.25%-
HSV(B)34.62º81.25%62.75%-
XYZ19.7817.673.6-
YUV112.981.22161.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.24%
GREEN value IS 105 (41.41% from 255) = 35.59%
BLUE value IS 30 (12.11% from 255) = 10.17%
R=54.24%
G=35.59%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601053000.340.810.3734.6268.4237.25
HexA0691E0225125234425
Octal24015136042121454310445
Binary10100000110100111110010001010100011001011000111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0691E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0691E; }

 p { color: rgb(160,105,30); }

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

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

 a { background-color: rgb(160,105,30); }

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

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

 span { border-color: rgb(160,105,30); }

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