#A35521

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

Shades of Rich Gold #A35521

Tints of Rich Gold #A35521

Color information

#A35521 (or 0xA35521) is unknown color: approx Rich Gold. HEX triplet: A3, 55 and 21. RGB value is (163,85,33). Sum of RGB (Red+Green+Blue) = 163+85+33=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A35521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35521 is #5CAADE. Grayscale: #666666. Windows color (decimal): -6073055 or 2184611. OLE color: 2184611.

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

Color convert

RGB1638533-
CMYK00.480.800.36
HSL24º66.33%38.43%-
HSV(B)24º79.75%63.92%-
XYZ18.6314.393.24-
YUV102.3988.84171.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.01%
GREEN value IS 85 (33.59% from 255) = 30.25%
BLUE value IS 33 (13.28% from 255) = 11.74%
R=58.01%
G=30.25%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163853300.480.800.362466.3338.43
HexA355210305024184226
Octal24312541060120443010246
Binary10100011101010110000101100001010000100100110001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35521; }

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

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

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

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

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

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

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

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