Html Css Color HEX #A05810 Golden Brown

📋 copy color: '#A05810'

red 160 ◦ green 88 ◦ blue 16

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

Shades of Golden Brown #A05810

Tints of Golden Brown #A05810

RGB

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

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

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

R = 60.61%
G = 33.33%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A05810 (or 0xA05810) is known color: Golden Brown. HEX triplet: A0, 58 and 10. RGB value is (160,88,16). Sum of RGB (Red+Green+Blue) = 160+88+16=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A05810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05810 is #5FA7EF. Grayscale: #656565. Windows color (decimal): -6268912 or 1071264. OLE color: 1071264.

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

Color convert

RGB 160 88 16 -
CMYK 0 0.45 0.9 0.37
HSL 30º 0.82% 0.35% -
HSV(B) 30º 0.9% 0.63% -
XYZ 18.08 14.49 2.33 -
YUV 101.32 79.85 169.85 -
System Red Green Blue C M Y K H S L
Decimal 160 88 16 0 0.45 0.9 0.37 30 0.82 0.35
Hex A0 58 10 0 2D 5A 25 1E 52 23
Octal 240 130 20 0 55 132 45 36 122 43
Binary 10100000 1011000 10000 0 101101 1011010 100101 11110 1010010 100011

Color Harmonies of #A05810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05810

Black with #A05810

Text Example


Text Example

White with #A05810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05810; }

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

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

background-color css

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

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

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

border-color css

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

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

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