#A35128

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

Shades of Rich Gold #A35128

Tints of Rich Gold #A35128

Color information

#A35128 (or 0xA35128) is unknown color: approx Rich Gold. HEX triplet: A3, 51 and 28. RGB value is (163,81,40). Sum of RGB (Red+Green+Blue) = 163+81+40=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A35128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35128 is #5CAED7. Grayscale: #656565. Windows color (decimal): -6074072 or 2642339. OLE color: 2642339.

HSL color Cylindrical-coordinate representation of color #A35128: hue angle of 20º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A35128 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1638140-
CMYK00.500.750.36
HSL20º60.59%39.8%-
HSV(B)20º75.46%63.92%-
XYZ18.4313.823.7-
YUV100.8493.67172.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.39%
GREEN value IS 81 (32.03% from 255) = 28.52%
BLUE value IS 40 (16.02% from 255) = 14.08%
R=57.39%
G=28.52%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163814000.500.750.362060.5939.8
HexA351280324B24143d28
Octal2431215006211344247550
Binary1010001110100011010000110010100101110010010100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35128; }

 p { color: rgb(163,81,40); }

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

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

 a { background-color: rgb(163,81,40); }

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

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

 span { border-color: rgb(163,81,40); }

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