#A35B21

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

Shades of Rich Gold #A35B21

Tints of Rich Gold #A35B21

Color information

#A35B21 (or 0xA35B21) is unknown color: approx Rich Gold. HEX triplet: A3, 5B and 21. RGB value is (163,91,33). Sum of RGB (Red+Green+Blue) = 163+91+33=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35B21 is #5CA4DE. Grayscale: #6A6A6A. Windows color (decimal): -6071519 or 2186147. OLE color: 2186147.

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

Color convert

RGB1639133-
CMYK00.440.800.36
HSL26.77º66.33%38.43%-
HSV(B)26.77º79.75%63.92%-
XYZ19.1215.383.4-
YUV105.9286.85168.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.79%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 33 (13.28% from 255) = 11.50%
R=56.79%
G=31.71%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163913300.440.800.3626.7766.3338.43
HexA35B2102C50241b4226
Octal24313341054120443310246
Binary10100011101101110000101011001010000100100110111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35B21; }

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

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

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

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

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

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

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

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