Html Css Color HEX #A05F08 Golden Brown

📋 copy color: '#A05F08'

red 160 ◦ green 95 ◦ blue 8

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

Shades of Golden Brown #A05F08

Tints of Golden Brown #A05F08

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.12%

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

R = 60.84%
G = 36.12%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A05F08 (or 0xA05F08) is known color: Golden Brown. HEX triplet: A0, 5F and 08. RGB value is (160,95,8). Sum of RGB (Red+Green+Blue) = 160+95+8=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05F08 is #5FA0F7. Grayscale: #686868. Windows color (decimal): -6267128 or 548768. OLE color: 548768.

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

Color convert

RGB 160 95 8 -
CMYK 0 0.41 0.95 0.37
HSL 34.34º 0.9% 0.33% -
HSV(B) 34.34º 0.95% 0.63% -
XYZ 18.63 15.68 2.27 -
YUV 104.52 73.53 167.57 -
System Red Green Blue C M Y K H S L
Decimal 160 95 8 0 0.41 0.95 0.37 34.34 0.9 0.33
Hex A0 5F 8 0 29 5F 25 22 5A 21
Octal 240 137 10 0 51 137 45 42 132 41
Binary 10100000 1011111 1000 0 101001 1011111 100101 100010 1011010 100001

Color Harmonies of #A05F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05F08

Black with #A05F08

Text Example


Text Example

White with #A05F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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