#A35C2A

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

Shades of Rich Gold #A35C2A

Tints of Rich Gold #A35C2A

Color information

#A35C2A (or 0xA35C2A) is unknown color: approx Rich Gold. HEX triplet: A3, 5C and 2A. RGB value is (163,92,42). Sum of RGB (Red+Green+Blue) = 163+92+42=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35C2A is #5CA3D5. Grayscale: #6B6B6B. Windows color (decimal): -6071254 or 2776227. OLE color: 2776227.

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

Color convert

RGB1639242-
CMYK00.440.740.36
HSL24.79º59.02%40.2%-
HSV(B)24.79º74.23%63.92%-
XYZ19.3515.614.18-
YUV107.5391.02167.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.88%
GREEN value IS 92 (36.33% from 255) = 30.98%
BLUE value IS 42 (16.80% from 255) = 14.14%
R=54.88%
G=30.98%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163924200.440.740.3624.7959.0240.2
HexA35C2A02C4A24193b28
Octal2431345205411244317350
Binary1010001110111001010100101100100101010010011001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35C2A; }

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

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

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

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

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

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

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

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