Html Css Color HEX #A05512 Golden Brown

📋 copy color: '#A05512'

red 160 ◦ green 85 ◦ blue 18

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

Shades of Golden Brown #A05512

Tints of Golden Brown #A05512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.32%

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

R = 60.84%
G = 32.32%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A05512 (or 0xA05512) is known color: Golden Brown. HEX triplet: A0, 55 and 12. RGB value is (160,85,18). Sum of RGB (Red+Green+Blue) = 160+85+18=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A05512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05512 is #5FAAED. Grayscale: #646464. Windows color (decimal): -6269678 or 1201568. OLE color: 1201568.

HSL color Cylindrical-coordinate representation of color #A05512: hue angle of 28.31º 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 #A05512 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 85 18 -
CMYK 0 0.47 0.89 0.37
HSL 28.31º 0.8% 0.35% -
HSV(B) 28.31º 0.89% 0.63% -
XYZ 17.85 14.01 2.34 -
YUV 99.79 81.85 170.95 -
System Red Green Blue C M Y K H S L
Decimal 160 85 18 0 0.47 0.89 0.37 28.31 0.8 0.35
Hex A0 55 12 0 2F 59 25 1C 50 23
Octal 240 125 22 0 57 131 45 34 120 43
Binary 10100000 1010101 10010 0 101111 1011001 100101 11100 1010000 100011

Color Harmonies of #A05512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05512

Black with #A05512

Text Example


Text Example

White with #A05512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05512; }

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

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

background-color css

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

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

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

border-color css

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

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

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