Html Css Color HEX #A05A02 Golden Brown

📋 copy color: '#A05A02'

red 160 ◦ green 90 ◦ blue 2

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

Shades of Golden Brown #A05A02

Tints of Golden Brown #A05A02

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.71%

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 63.49%
G = 35.71%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A05A02 (or 0xA05A02) is known color: Golden Brown. HEX triplet: A0, 5A and 02. RGB value is (160,90,2). Sum of RGB (Red+Green+Blue) = 160+90+2=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05A02 is #5FA5FD. Grayscale: #656565. Windows color (decimal): -6268414 or 154272. OLE color: 154272.

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

Color convert

RGB 160 90 2 -
CMYK 0 0.44 0.99 0.37
HSL 33.42º 0.98% 0.32% -
HSV(B) 33.42º 0.99% 0.63% -
XYZ 18.16 14.79 1.95 -
YUV 100.9 72.19 170.16 -
System Red Green Blue C M Y K H S L
Decimal 160 90 2 0 0.44 0.99 0.37 33.42 0.98 0.32
Hex A0 5A 2 0 2C 63 25 21 62 20
Octal 240 132 2 0 54 143 45 41 142 40
Binary 10100000 1011010 10 0 101100 1100011 100101 100001 1100010 100000

Color Harmonies of #A05A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05A02

Black with #A05A02

Text Example


Text Example

White with #A05A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05A02; }

 p { color: rgb(160,90,2); }

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

background-color css

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

 a { background-color: rgb(160,90,2); }

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

border-color css

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

 span { border-color: rgb(160,90,2); }

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