#A35323

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

Shades of Rich Gold #A35323

Tints of Rich Gold #A35323

Color information

#A35323 (or 0xA35323) is unknown color: approx Rich Gold. HEX triplet: A3, 53 and 23. RGB value is (163,83,35). Sum of RGB (Red+Green+Blue) = 163+83+35=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A35323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35323 is #5CACDC. Grayscale: #656565. Windows color (decimal): -6073565 or 2315171. OLE color: 2315171.

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

Color convert

RGB1638335-
CMYK00.490.790.36
HSL22.5º64.65%38.82%-
HSV(B)22.5º78.53%63.92%-
XYZ18.514.093.34-
YUV101.4590.5171.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.01%
GREEN value IS 83 (32.81% from 255) = 29.54%
BLUE value IS 35 (14.06% from 255) = 12.46%
R=58.01%
G=29.54%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163833500.490.790.3622.564.6538.82
HexA353230314F24164127
Octal24312343061117442610147
Binary10100011101001110001101100011001111100100101101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35323; }

 p { color: rgb(163,83,35); }

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

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

 a { background-color: rgb(163,83,35); }

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

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

 span { border-color: rgb(163,83,35); }

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