#A35221

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

Shades of Rich Gold #A35221

Tints of Rich Gold #A35221

Color information

#A35221 (or 0xA35221) is unknown color: approx Rich Gold. HEX triplet: A3, 52 and 21. RGB value is (163,82,33). Sum of RGB (Red+Green+Blue) = 163+82+33=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A35221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35221 is #5CADDE. Grayscale: #646464. Windows color (decimal): -6073823 or 2183843. OLE color: 2183843.

HSL color Cylindrical-coordinate representation of color #A35221: hue angle of 22.62º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A35221 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1638233-
CMYK00.500.800.36
HSL22.62º66.33%38.43%-
HSV(B)22.62º79.75%63.92%-
XYZ18.413.933.16-
YUV100.6389.84172.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.63%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 33 (13.28% from 255) = 11.87%
R=58.63%
G=29.50%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163823300.500.800.3622.6266.3338.43
HexA352210325024174226
Octal24312241062120442710246
Binary10100011101001010000101100101010000100100101111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35221; }

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

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

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

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

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

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

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

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