#A35719

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

Shades of Rich Gold #A35719

Tints of Rich Gold #A35719

Color information

#A35719 (or 0xA35719) is unknown color: approx Rich Gold. HEX triplet: A3, 57 and 19. RGB value is (163,87,25). Sum of RGB (Red+Green+Blue) = 163+87+25=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A35719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35719 is #5CA8E6. Grayscale: #666666. Windows color (decimal): -6072551 or 1660835. OLE color: 1660835.

HSL color Cylindrical-coordinate representation of color #A35719: hue angle of 26.96º degrees, saturation: 0.73, 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 #A35719 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1638725-
CMYK00.470.850.36
HSL26.96º73.4%36.86%-
HSV(B)26.96º84.66%63.92%-
XYZ18.6914.672.77-
YUV102.6684.18171.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.27%
GREEN value IS 87 (34.38% from 255) = 31.64%
BLUE value IS 25 (10.16% from 255) = 9.09%
R=59.27%
G=31.64%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163872500.470.850.3626.9673.436.86
HexA3571902F55241b4925
Octal24312731057125443311145
Binary1010001110101111100101011111010101100100110111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35719; }

 p { color: rgb(163,87,25); }

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

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

 a { background-color: rgb(163,87,25); }

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

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

 span { border-color: rgb(163,87,25); }

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