#A35226

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

Shades of Rich Gold #A35226

Tints of Rich Gold #A35226

Color information

#A35226 (or 0xA35226) is unknown color: approx Rich Gold. HEX triplet: A3, 52 and 26. RGB value is (163,82,38). Sum of RGB (Red+Green+Blue) = 163+82+38=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A35226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35226 is #5CADD9. Grayscale: #656565. Windows color (decimal): -6073818 or 2511523. OLE color: 2511523.

HSL color Cylindrical-coordinate representation of color #A35226: hue angle of 21.12º 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 #A35226 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB1638238-
CMYK00.500.770.36
HSL21.12º62.19%39.41%-
HSV(B)21.12º76.69%63.92%-
XYZ18.4713.963.55-
YUV101.292.34172.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.60%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 38 (15.23% from 255) = 13.43%
R=57.60%
G=28.98%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163823800.500.770.3621.1262.1939.41
HexA352260324D24153e27
Octal2431224606211544257647
Binary1010001110100101001100110010100110110010010101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35226; }

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

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

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

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

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

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

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

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