#A35C1C

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

Shades of Rich Gold #A35C1C

Tints of Rich Gold #A35C1C

Color information

#A35C1C (or 0xA35C1C) is unknown color: approx Rich Gold. HEX triplet: A3, 5C and 1C. RGB value is (163,92,28). Sum of RGB (Red+Green+Blue) = 163+92+28=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35C1C is #5CA3E3. Grayscale: #6A6A6A. Windows color (decimal): -6071268 or 1858723. OLE color: 1858723.

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

Color convert

RGB1639228-
CMYK00.440.830.36
HSL28.44º70.68%37.45%-
HSV(B)28.44º82.82%63.92%-
XYZ19.1415.523.09-
YUV105.9384.02168.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.60%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 28 (11.33% from 255) = 9.89%
R=57.60%
G=32.51%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163922800.440.830.3628.4470.6837.45
HexA35C1C02C53241c4725
Octal24313434054123443410745
Binary1010001110111001110001011001010011100100111001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35C1C; }

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

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

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

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

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

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

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

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