#A35C22

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

Shades of Rich Gold #A35C22

Tints of Rich Gold #A35C22

Color information

#A35C22 (or 0xA35C22) is unknown color: approx Rich Gold. HEX triplet: A3, 5C and 22. RGB value is (163,92,34). Sum of RGB (Red+Green+Blue) = 163+92+34=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35C22 is #5CA3DD. Grayscale: #6A6A6A. Windows color (decimal): -6071262 or 2251939. OLE color: 2251939.

HSL color Cylindrical-coordinate representation of color #A35C22: hue angle of 26.98º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A35C22 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB1639234-
CMYK00.440.790.36
HSL26.98º65.48%38.63%-
HSV(B)26.98º79.14%63.92%-
XYZ19.2215.563.5-
YUV106.6287.02168.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.40%
GREEN value IS 92 (36.33% from 255) = 31.83%
BLUE value IS 34 (13.67% from 255) = 11.76%
R=56.40%
G=31.83%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163923400.440.790.3626.9865.4838.63
HexA35C2202C4F241b4127
Octal24313442054117443310147
Binary10100011101110010001001011001001111100100110111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35C22; }

 p { color: rgb(163,92,34); }

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

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

 a { background-color: rgb(163,92,34); }

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

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

 span { border-color: rgb(163,92,34); }

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