Html Css Color HEX #A05901 Golden Brown

📋 copy color: '#A05901'

red 160 ◦ green 89 ◦ blue 1

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

Shades of Golden Brown #A05901

Tints of Golden Brown #A05901

RGB

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

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

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

R = 64%
G = 35.6%
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

#A05901 (or 0xA05901) is known color: Golden Brown. HEX triplet: A0, 59 and 01. RGB value is (160,89,1). Sum of RGB (Red+Green+Blue) = 160+89+1=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A05901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05901 is #5FA6FE. Grayscale: #646464. Windows color (decimal): -6268671 or 88480. OLE color: 88480.

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

Color convert

RGB 160 89 1 -
CMYK 0 0.44 0.99 0.37
HSL 33.21º 0.99% 0.32% -
HSV(B) 33.21º 0.99% 0.63% -
XYZ 18.08 14.62 1.9 -
YUV 100.2 72.02 170.66 -
System Red Green Blue C M Y K H S L
Decimal 160 89 1 0 0.44 0.99 0.37 33.21 0.99 0.32
Hex A0 59 1 0 2C 63 25 21 63 20
Octal 240 131 1 0 54 143 45 41 143 40
Binary 10100000 1011001 1 0 101100 1100011 100101 100001 1100011 100000

Color Harmonies of #A05901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05901

Black with #A05901

Text Example


Text Example

White with #A05901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05901; }

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

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

background-color css

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

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

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

border-color css

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

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

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