Html Css Color HEX #A05A01 Golden Brown

📋 copy color: '#A05A01'

red 160 ◦ green 90 ◦ blue 1

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

Shades of Golden Brown #A05A01

Tints of Golden Brown #A05A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 63.75%
G = 35.86%
B = 0.4%

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

#A05A01 (or 0xA05A01) is known color: Golden Brown. HEX triplet: A0, 5A and 01. RGB value is (160,90,1). Sum of RGB (Red+Green+Blue) = 160+90+1=251 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.75% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05A01 is #5FA5FE. Grayscale: #656565. Windows color (decimal): -6268415 or 88736. OLE color: 88736.

HSL color Cylindrical-coordinate representation of color #A05A01: hue angle of 33.58º degrees, saturation: 0.99, 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 #A05A01 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 90 1 -
CMYK 0 0.44 0.99 0.37
HSL 33.58º 0.99% 0.32% -
HSV(B) 33.58º 0.99% 0.63% -
XYZ 18.16 14.79 1.93 -
YUV 100.78 71.69 170.24 -
System Red Green Blue C M Y K H S L
Decimal 160 90 1 0 0.44 0.99 0.37 33.58 0.99 0.32
Hex A0 5A 1 0 2C 63 25 22 63 20
Octal 240 132 1 0 54 143 45 42 143 40
Binary 10100000 1011010 1 0 101100 1100011 100101 100010 1100011 100000

Color Harmonies of #A05A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05A01

Black with #A05A01

Text Example


Text Example

White with #A05A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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