#A27709

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

Shades of Golden Brown #A27709

Tints of Golden Brown #A27709

Color information

#A27709 (or 0xA27709) is unknown color: approx Golden Brown. HEX triplet: A2, 77 and 09. RGB value is (162,119,9). Sum of RGB (Red+Green+Blue) = 162+119+9=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A27709 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27709 is #5D88F6. Grayscale: #777777. Windows color (decimal): -6129911 or 620450. OLE color: 620450.

HSL color Cylindrical-coordinate representation of color #A27709: hue angle of 43.14º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A27709 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB1621199-
CMYK00.270.940.36
HSL43.14º89.47%33.53%-
HSV(B)43.14º94.44%63.53%-
XYZ21.5520.893.16-
YUV119.3265.75158.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.86%
GREEN value IS 119 (46.88% from 255) = 41.03%
BLUE value IS 9 (3.91% from 255) = 3.10%
R=55.86%
G=41.03%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162119900.270.940.3643.1489.4733.53
HexA277901B5E242b5922
Octal24216711033136445313142
Binary101000101110111100101101110111101001001010111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27709; }

 p { color: rgb(162,119,9); }

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

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

 a { background-color: rgb(162,119,9); }

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

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

 span { border-color: rgb(162,119,9); }

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