#A55C1E

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

Shades of Rich Gold #A55C1E

Tints of Rich Gold #A55C1E

Color information

#A55C1E (or 0xA55C1E) is unknown color: approx Rich Gold. HEX triplet: A5, 5C and 1E. RGB value is (165,92,30). Sum of RGB (Red+Green+Blue) = 165+92+30=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55C1E is #5AA3E1. Grayscale: #6B6B6B. Windows color (decimal): -5940194 or 1989797. OLE color: 1989797.

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

Color convert

RGB1659230-
CMYK00.440.820.35
HSL27.56º69.23%38.24%-
HSV(B)27.56º81.82%64.71%-
XYZ19.5815.753.24-
YUV106.7684.68169.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.49%
GREEN value IS 92 (36.33% from 255) = 32.06%
BLUE value IS 30 (12.11% from 255) = 10.45%
R=57.49%
G=32.06%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165923000.440.820.3527.5669.2338.24
HexA55C1E02C52231c4526
Octal24513436054122433410546
Binary1010010110111001111001011001010010100011111001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C1E; }

 p { color: rgb(165,92,30); }

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

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

 a { background-color: rgb(165,92,30); }

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

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

 span { border-color: rgb(165,92,30); }

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