#A55B1B

Color #A55B1B Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #A55B1B

Tints of Rich Gold #A55B1B

Color information

#A55B1B (or 0xA55B1B) is unknown color: approx Rich Gold. HEX triplet: A5, 5B and 1B. RGB value is (165,91,27). Sum of RGB (Red+Green+Blue) = 165+91+27=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55B1B is #5AA4E4. Grayscale: #6A6A6A. Windows color (decimal): -5940453 or 1792933. OLE color: 1792933.

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

Color convert

RGB1659127-
CMYK00.450.840.35
HSL27.83º71.88%37.65%-
HSV(B)27.83º83.64%64.71%-
XYZ19.4615.563.01-
YUV105.8383.52170.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 58.30%
GREEN value IS 91 (35.94% from 255) = 32.16%
BLUE value IS 27 (10.94% from 255) = 9.54%
R=58.30%
G=32.16%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165912700.450.840.3527.8371.8837.65
HexA55B1B02D54231c4826
Octal24513333055124433411046
Binary1010010110110111101101011011010100100011111001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55B1B; }

 p { color: rgb(165,91,27); }

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

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

 a { background-color: rgb(165,91,27); }

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

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

 span { border-color: rgb(165,91,27); }

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