#A55022

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

Shades of Rich Gold #A55022

Tints of Rich Gold #A55022

Color information

#A55022 (or 0xA55022) is unknown color: approx Rich Gold. HEX triplet: A5, 50 and 22. RGB value is (165,80,34). Sum of RGB (Red+Green+Blue) = 165+80+34=279 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.14% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 165 - color contains mainly: red. Hex color #A55022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55022 is #5AAFDD. Grayscale: #646464. Windows color (decimal): -5943262 or 2248869. OLE color: 2248869.

HSL color Cylindrical-coordinate representation of color #A55022: hue angle of 21.07º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A55022 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB1658034-
CMYK00.520.790.35
HSL21.07º65.83%39.02%-
HSV(B)21.07º79.39%64.71%-
XYZ18.6713.853.2-
YUV100.1790.66174.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 59.14%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 34 (13.67% from 255) = 12.19%
R=59.14%
G=28.67%
B=12.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165803400.520.790.3521.0765.8339.02
HexA550220344F23154227
Octal24512042064117432510247
Binary10100101101000010001001101001001111100011101011000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55022; }

 p { color: rgb(165,80,34); }

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

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

 a { background-color: rgb(165,80,34); }

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

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

 span { border-color: rgb(165,80,34); }

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