#A35416

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

Shades of Rich Gold #A35416

Tints of Rich Gold #A35416

Color information

#A35416 (or 0xA35416) is unknown color: approx Rich Gold. HEX triplet: A3, 54 and 16. RGB value is (163,84,22). Sum of RGB (Red+Green+Blue) = 163+84+22=269 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.59% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 163 - color contains mainly: red. Hex color #A35416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35416 is #5CABE9. Grayscale: #646464. Windows color (decimal): -6073322 or 1463459. OLE color: 1463459.

HSL color Cylindrical-coordinate representation of color #A35416: hue angle of 26.38º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A35416 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1638422-
CMYK00.480.870.36
HSL26.38º76.22%36.27%-
HSV(B)26.38º86.5%63.92%-
XYZ18.4214.192.53-
YUV100.5583.67172.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.59%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 22 (8.98% from 255) = 8.18%
R=60.59%
G=31.23%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163842200.480.870.3626.3876.2236.27
HexA3541603057241a4c24
Octal24312426060127443211444
Binary1010001110101001011001100001010111100100110101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35416; }

 p { color: rgb(163,84,22); }

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

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

 a { background-color: rgb(163,84,22); }

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

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

 span { border-color: rgb(163,84,22); }

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