#A45D1E

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

Shades of Rich Gold #A45D1E

Tints of Rich Gold #A45D1E

Color information

#A45D1E (or 0xA45D1E) is unknown color: approx Rich Gold. HEX triplet: A4, 5D and 1E. RGB value is (164,93,30). Sum of RGB (Red+Green+Blue) = 164+93+30=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45D1E is #5BA2E1. Grayscale: #6B6B6B. Windows color (decimal): -6005474 or 1990052. OLE color: 1990052.

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

Color convert

RGB1649330-
CMYK00.430.820.36
HSL28.21º69.07%38.04%-
HSV(B)28.21º81.71%64.31%-
XYZ19.4615.813.26-
YUV107.0584.52168.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.14%
GREEN value IS 93 (36.72% from 255) = 32.40%
BLUE value IS 30 (12.11% from 255) = 10.45%
R=57.14%
G=32.40%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164933000.430.820.3628.2169.0738.04
HexA45D1E02B52241c4526
Octal24413536053122443410546
Binary1010010010111011111001010111010010100100111001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45D1E; }

 p { color: rgb(164,93,30); }

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

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

 a { background-color: rgb(164,93,30); }

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

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

 span { border-color: rgb(164,93,30); }

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