#A45023

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

Shades of Rich Gold #A45023

Tints of Rich Gold #A45023

Color information

#A45023 (or 0xA45023) is unknown color: approx Rich Gold. HEX triplet: A4, 50 and 23. RGB value is (164,80,35). Sum of RGB (Red+Green+Blue) = 164+80+35=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A45023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45023 is #5BAFDC. Grayscale: #646464. Windows color (decimal): -6008797 or 2314404. OLE color: 2314404.

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

Color convert

RGB1648035-
CMYK00.510.790.36
HSL20.93º64.82%39.02%-
HSV(B)20.93º78.66%64.31%-
XYZ18.4813.753.27-
YUV99.9991.33173.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.78%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 35 (14.06% from 255) = 12.54%
R=58.78%
G=28.67%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164803500.510.790.3620.9364.8239.02
HexA450230334F24154127
Octal24412043063117442510147
Binary10100100101000010001101100111001111100100101011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45023; }

 p { color: rgb(164,80,35); }

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

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

 a { background-color: rgb(164,80,35); }

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

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

 span { border-color: rgb(164,80,35); }

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