Html Css Color HEX #A55901 Golden Brown

📋 copy color: '#A55901'

red 165 ◦ green 89 ◦ blue 1

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

Shades of Golden Brown #A55901

Tints of Golden Brown #A55901

RGB

 RED value IS 165 (64.84% from 255) = 64.71%

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

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

R = 64.71%
G = 34.9%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A55901 (or 0xA55901) is known color: Golden Brown. HEX triplet: A5, 59 and 01. RGB value is (165,89,1). Sum of RGB (Red+Green+Blue) = 165+89+1=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A55901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55901 is #5AA6FE. Grayscale: #666666. Windows color (decimal): -5940991 or 88485. OLE color: 88485.

HSL color Cylindrical-coordinate representation of color #A55901: hue angle of 32.2º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A55901 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 89 1 -
CMYK 0 0.46 0.99 0.35
HSL 32.2º 0.99% 0.33% -
HSV(B) 32.2º 0.99% 0.65% -
XYZ 19.09 15.15 1.95 -
YUV 101.69 71.18 173.16 -
System Red Green Blue C M Y K H S L
Decimal 165 89 1 0 0.46 0.99 0.35 32.2 0.99 0.33
Hex A5 59 1 0 2E 63 23 20 63 21
Octal 245 131 1 0 56 143 43 40 143 41
Binary 10100101 1011001 1 0 101110 1100011 100011 100000 1100011 100001

Color Harmonies of #A55901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55901

Black with #A55901

Text Example


Text Example

White with #A55901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55901; }

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

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

background-color css

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

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

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

border-color css

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

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

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