#A55A05

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

Shades of Golden Brown #A55A05

Tints of Golden Brown #A55A05

Color information

#A55A05 (or 0xA55A05) is unknown color: approx Golden Brown. HEX triplet: A5, 5A and 05. RGB value is (165,90,5). Sum of RGB (Red+Green+Blue) = 165+90+5=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A55A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55A05 is #5AA5FA. Grayscale: #676767. Windows color (decimal): -5940731 or 350885. OLE color: 350885.

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

Color convert

RGB165905-
CMYK00.450.970.35
HSL31.88º94.12%33.33%-
HSV(B)31.88º96.97%64.71%-
XYZ19.215.322.09-
YUV102.7372.85172.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.46%
GREEN value IS 90 (35.55% from 255) = 34.62%
BLUE value IS 5 (2.34% from 255) = 1.92%
R=63.46%
G=34.62%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.97
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16590500.450.970.3531.8894.1233.33
HexA55A502D6123205e21
Octal2451325055141434013641
Binary101001011011010101010110111000011000111000001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55A05; }

 p { color: rgb(165,90,5); }

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

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

 a { background-color: rgb(165,90,5); }

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

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

 span { border-color: rgb(165,90,5); }

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