#A35918

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

Shades of Rich Gold #A35918

Tints of Rich Gold #A35918

Color information

#A35918 (or 0xA35918) is unknown color: approx Rich Gold. HEX triplet: A3, 59 and 18. RGB value is (163,89,24). Sum of RGB (Red+Green+Blue) = 163+89+24=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A35918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35918 is #5CA6E7. Grayscale: #686868. Windows color (decimal): -6072040 or 1595811. OLE color: 1595811.

HSL color Cylindrical-coordinate representation of color #A35918: hue angle of 28.06º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A35918 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1638924-
CMYK00.450.850.36
HSL28.06º74.33%36.67%-
HSV(B)28.06º85.28%63.92%-
XYZ18.84152.77-
YUV103.7283.02170.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.06%
GREEN value IS 89 (35.16% from 255) = 32.25%
BLUE value IS 24 (9.77% from 255) = 8.70%
R=59.06%
G=32.25%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163892400.450.850.3628.0674.3336.67
HexA3591802D55241c4a25
Octal24313130055125443411245
Binary1010001110110011100001011011010101100100111001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35918; }

 p { color: rgb(163,89,24); }

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

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

 a { background-color: rgb(163,89,24); }

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

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

 span { border-color: rgb(163,89,24); }

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