Html Css Color HEX #A05908 Golden Brown

📋 copy color: '#A05908'

red 160 ◦ green 89 ◦ blue 8

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

Shades of Golden Brown #A05908

Tints of Golden Brown #A05908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.11%

R = 62.26%
G = 34.63%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A05908 (or 0xA05908) is known color: Golden Brown. HEX triplet: A0, 59 and 08. RGB value is (160,89,8). Sum of RGB (Red+Green+Blue) = 160+89+8=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A05908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05908 is #5FA6F7. Grayscale: #656565. Windows color (decimal): -6268664 or 547232. OLE color: 547232.

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

Color convert

RGB 160 89 8 -
CMYK 0 0.44 0.95 0.37
HSL 31.97º 0.9% 0.33% -
HSV(B) 31.97º 0.95% 0.63% -
XYZ 18.11 14.64 2.1 -
YUV 101 75.52 170.09 -
System Red Green Blue C M Y K H S L
Decimal 160 89 8 0 0.44 0.95 0.37 31.97 0.9 0.33
Hex A0 59 8 0 2C 5F 25 20 5A 21
Octal 240 131 10 0 54 137 45 40 132 41
Binary 10100000 1011001 1000 0 101100 1011111 100101 100000 1011010 100001

Color Harmonies of #A05908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05908

Black with #A05908

Text Example


Text Example

White with #A05908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05908; }

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

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

background-color css

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

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

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

border-color css

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

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

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