#A55701

Color #A55701 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A55701

Tints of Golden Brown #A55701

Color information

#A55701 (or 0xA55701) is unknown color: approx Golden Brown. HEX triplet: A5, 57 and 01. RGB value is (165,87,1). Sum of RGB (Red+Green+Blue) = 165+87+1=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A55701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55701 is #5AA8FE. Grayscale: #646464. Windows color (decimal): -5941503 or 87973. OLE color: 87973.

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

Color convert

RGB165871-
CMYK00.470.990.35
HSL31.46º98.8%32.55%-
HSV(B)31.46º99.39%64.71%-
XYZ18.9314.821.89-
YUV100.5271.84173.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.22%
GREEN value IS 87 (34.38% from 255) = 34.39%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=65.22%
G=34.39%
B=0.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16587100.470.990.3531.4698.832.55
HexA557102F63231f6321
Octal2451271057143433714341
Binary101001011010111101011111100011100011111111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55701; }

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

 H1.HeaderClassName
 {
   color: #A55701;
 }
 .AnyTagClassName
 {
   color: #A55701;
 }
</style>
background-color css

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

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

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

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

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

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