Html Css Color HEX #A05912 Golden Brown

📋 copy color: '#A05912'

red 160 ◦ green 89 ◦ blue 18

#A05912
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A05912

Tints of Golden Brown #A05912

RGB

 RED value IS 160 (62.89% from 255) = 59.93%

 GREEN value IS 89 (35.16% from 255) = 33.33%

 BLUE value IS 18 (7.42% from 255) = 6.74%

R = 59.93%
G = 33.33%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A05912 (or 0xA05912) is known color: Golden Brown. HEX triplet: A0, 59 and 12. RGB value is (160,89,18). Sum of RGB (Red+Green+Blue) = 160+89+18=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A05912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05912 is #5FA6ED. Grayscale: #666666. Windows color (decimal): -6268654 or 1202592. OLE color: 1202592.

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

Color convert

RGB 160 89 18 -
CMYK 0 0.44 0.89 0.37
HSL 30º 0.8% 0.35% -
HSV(B) 30º 0.89% 0.63% -
XYZ 18.18 14.66 2.44 -
YUV 102.14 80.52 169.27 -
System Red Green Blue C M Y K H S L
Decimal 160 89 18 0 0.44 0.89 0.37 30 0.8 0.35
Hex A0 59 12 0 2C 59 25 1E 50 23
Octal 240 131 22 0 54 131 45 36 120 43
Binary 10100000 1011001 10010 0 101100 1011001 100101 11110 1010000 100011

Color Harmonies of #A05912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05912

Black with #A05912

Text Example


Text Example

White with #A05912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05912; }

 p { color: rgb(160,89,18); }

 H1.HeaderClassName
 {
   color: #A05912;
 }
 .AnyTagClassName
 {
   color: #A05912;
 }
</style>

background-color css

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

 a { background-color: rgb(160,89,18); }

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

border-color css

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

 span { border-color: rgb(160,89,18); }

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