#a35926

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

Shades of Rich Gold #A35926

Tints of Rich Gold #A35926

Color information

#A35926 (or 0xA35926) is unknown color: approx Rich Gold. HEX triplet: A3, 59 and 26. RGB value is (163,89,38). Sum of RGB (Red+Green+Blue) = 163+89+38=290 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.21% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 163 - color contains mainly: red. Hex color #A35926 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35926 is #5CA6D9. Grayscale: #696969. Windows color (decimal): -6072026 or 2513315. OLE color: 2513315.

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

Color convert

RGB1638938-
CMYK00.450.770.36
HSL24.48º62.19%39.41%-
HSV(B)24.48º76.69%63.92%-
XYZ19.0315.073.74-
YUV105.3190.02169.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.21%
GREEN value IS 89 (35.16% from 255) = 30.69%
BLUE value IS 38 (15.23% from 255) = 13.10%
R=56.21%
G=30.69%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163893800.450.770.3624.4862.1939.41
HexA3592602D4D24183e27
Octal2431314605511544307647
Binary1010001110110011001100101101100110110010011000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a35926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a35926; }

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

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

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

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

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

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

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

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