#A06214

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

Shades of Golden Brown #A06214

Tints of Golden Brown #A06214

Color information

#A06214 (or 0xA06214) is unknown color: approx Golden Brown. HEX triplet: A0, 62 and 14. RGB value is (160,98,20). Sum of RGB (Red+Green+Blue) = 160+98+20=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A06214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06214 is #5F9DEB. Grayscale: #6C6C6C. Windows color (decimal): -6266348 or 1335968. OLE color: 1335968.

HSL color Cylindrical-coordinate representation of color #A06214: hue angle of 33.43º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A06214 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB1609820-
CMYK00.390.880.37
HSL33.43º77.78%35.29%-
HSV(B)33.43º87.5%62.75%-
XYZ18.9916.262.8-
YUV107.6578.54165.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.55%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 20 (8.20% from 255) = 7.19%
R=57.55%
G=35.25%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160982000.390.880.3733.4377.7835.29
HexA062140275825214e23
Octal24014224047130454111643
Binary10100000110001010100010011110110001001011000011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06214; }

 p { color: rgb(160,98,20); }

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

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

 a { background-color: rgb(160,98,20); }

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

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

 span { border-color: rgb(160,98,20); }

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