#A35B1C

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

Shades of Rich Gold #A35B1C

Tints of Rich Gold #A35B1C

Color information

#A35B1C (or 0xA35B1C) is unknown color: approx Rich Gold. HEX triplet: A3, 5B and 1C. RGB value is (163,91,28). Sum of RGB (Red+Green+Blue) = 163+91+28=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35B1C is #5CA4E3. Grayscale: #696969. Windows color (decimal): -6071524 or 1858467. OLE color: 1858467.

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

Color convert

RGB1639128-
CMYK00.440.830.36
HSL28º70.68%37.45%-
HSV(B)28º82.82%63.92%-
XYZ19.0515.353.06-
YUV105.3584.35169.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.80%
GREEN value IS 91 (35.94% from 255) = 32.27%
BLUE value IS 28 (11.33% from 255) = 9.93%
R=57.80%
G=32.27%
B=9.93%

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
Decimal163912800.440.830.362870.6837.45
HexA35B1C02C53241c4725
Octal24313334054123443410745
Binary1010001110110111110001011001010011100100111001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35B1C; }

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

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

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

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

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

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

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

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