#A35621

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

Shades of Rich Gold #A35621

Tints of Rich Gold #A35621

Color information

#A35621 (or 0xA35621) is unknown color: approx Rich Gold. HEX triplet: A3, 56 and 21. RGB value is (163,86,33). Sum of RGB (Red+Green+Blue) = 163+86+33=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A35621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35621 is #5CA9DE. Grayscale: #676767. Windows color (decimal): -6072799 or 2184867. OLE color: 2184867.

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

Color convert

RGB1638633-
CMYK00.470.800.36
HSL24.46º66.33%38.43%-
HSV(B)24.46º79.75%63.92%-
XYZ18.7114.553.26-
YUV102.9888.51170.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.80%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 33 (13.28% from 255) = 11.70%
R=57.80%
G=30.50%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163863300.470.800.3624.4666.3338.43
HexA3562102F5024184226
Octal24312641057120443010246
Binary10100011101011010000101011111010000100100110001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35621; }

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

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

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

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

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

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

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

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