#A35F1F

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

Shades of Rich Gold #A35F1F

Tints of Rich Gold #A35F1F

Color information

#A35F1F (or 0xA35F1F) is unknown color: approx Rich Gold. HEX triplet: A3, 5F and 1F. RGB value is (163,95,31). Sum of RGB (Red+Green+Blue) = 163+95+31=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35F1F is #5CA0E0. Grayscale: #6C6C6C. Windows color (decimal): -6070497 or 2056099. OLE color: 2056099.

HSL color Cylindrical-coordinate representation of color #A35F1F: hue angle of 29.09º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A35F1F is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB1639531-
CMYK00.420.810.36
HSL29.09º68.04%38.04%-
HSV(B)29.09º80.98%63.92%-
XYZ19.4416.073.37-
YUV108.0484.53167.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.40%
GREEN value IS 95 (37.5% from 255) = 32.87%
BLUE value IS 31 (12.5% from 255) = 10.73%
R=56.40%
G=32.87%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163953100.420.810.3629.0968.0438.04
HexA35F1F02A51241d4426
Octal24313737052121443510446
Binary1010001110111111111101010101010001100100111011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F1F; }

 p { color: rgb(163,95,31); }

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

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

 a { background-color: rgb(163,95,31); }

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

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

 span { border-color: rgb(163,95,31); }

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