#A27218

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

Shades of Golden Brown #A27218

Tints of Golden Brown #A27218

Color information

#A27218 (or 0xA27218) is unknown color: approx Golden Brown. HEX triplet: A2, 72 and 18. RGB value is (162,114,24). Sum of RGB (Red+Green+Blue) = 162+114+24=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A27218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27218 is #5D8DE7. Grayscale: #767676. Windows color (decimal): -6131176 or 1602210. OLE color: 1602210.

HSL color Cylindrical-coordinate representation of color #A27218: hue angle of 39.13º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A27218 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB16211424-
CMYK00.300.850.36
HSL39.13º74.19%36.47%-
HSV(B)39.13º85.19%63.53%-
XYZ21.0819.783.57-
YUV118.0974.9159.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54%
GREEN value IS 114 (44.92% from 255) = 38%
BLUE value IS 24 (9.77% from 255) = 8%
R=54%
G=38%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621142400.300.850.3639.1374.1936.47
HexA2721801E5524274a24
Octal24216230036125444711244
Binary1010001011100101100001111010101011001001001111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27218; }

 p { color: rgb(162,114,24); }

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

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

 a { background-color: rgb(162,114,24); }

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

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

 span { border-color: rgb(162,114,24); }

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