Html Css Color HEX #A05710 Golden Brown

📋 copy color: '#A05710'

red 160 ◦ green 87 ◦ blue 16

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

Shades of Golden Brown #A05710

Tints of Golden Brown #A05710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.08%

 BLUE value IS 16 (6.64% from 255) = 6.08%

R = 60.84%
G = 33.08%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A05710 (or 0xA05710) is known color: Golden Brown. HEX triplet: A0, 57 and 10. RGB value is (160,87,16). Sum of RGB (Red+Green+Blue) = 160+87+16=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A05710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05710 is #5FA8EF. Grayscale: #656565. Windows color (decimal): -6269168 or 1071008. OLE color: 1071008.

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

Color convert

RGB 160 87 16 -
CMYK 0 0.46 0.9 0.37
HSL 29.58º 0.82% 0.35% -
HSV(B) 29.58º 0.9% 0.63% -
XYZ 18 14.33 2.31 -
YUV 100.73 80.18 170.27 -
System Red Green Blue C M Y K H S L
Decimal 160 87 16 0 0.46 0.9 0.37 29.58 0.82 0.35
Hex A0 57 10 0 2E 5A 25 1E 52 23
Octal 240 127 20 0 56 132 45 36 122 43
Binary 10100000 1010111 10000 0 101110 1011010 100101 11110 1010010 100011

Color Harmonies of #A05710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05710

Black with #A05710

Text Example


Text Example

White with #A05710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05710; }

 p { color: rgb(160,87,16); }

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

background-color css

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

 a { background-color: rgb(160,87,16); }

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

border-color css

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

 span { border-color: rgb(160,87,16); }

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