Html Css Color HEX #A05812 Golden Brown

📋 copy color: '#A05812'

red 160 ◦ green 88 ◦ blue 18

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

Shades of Golden Brown #A05812

Tints of Golden Brown #A05812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.08%

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

R = 60.15%
G = 33.08%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A05812 (or 0xA05812) is known color: Golden Brown. HEX triplet: A0, 58 and 12. RGB value is (160,88,18). Sum of RGB (Red+Green+Blue) = 160+88+18=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A05812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05812 is #5FA7ED. Grayscale: #656565. Windows color (decimal): -6268910 or 1202336. OLE color: 1202336.

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

Color convert

RGB 160 88 18 -
CMYK 0 0.45 0.89 0.37
HSL 29.58º 0.8% 0.35% -
HSV(B) 29.58º 0.89% 0.63% -
XYZ 18.1 14.5 2.42 -
YUV 101.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 160 88 18 0 0.45 0.89 0.37 29.58 0.8 0.35
Hex A0 58 12 0 2D 59 25 1E 50 23
Octal 240 130 22 0 55 131 45 36 120 43
Binary 10100000 1011000 10010 0 101101 1011001 100101 11110 1010000 100011

Color Harmonies of #A05812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05812

Black with #A05812

Text Example


Text Example

White with #A05812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05812; }

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

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

background-color css

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

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

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

border-color css

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

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

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