Html Css Color HEX #A35512 Rich Gold

📋 copy color: '#A35512'

red 163 ◦ green 85 ◦ blue 18

#A35512
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Gold #A35512

Tints of Rich Gold #A35512

RGB

 RED value IS 163 (64.06% from 255) = 61.28%

 GREEN value IS 85 (33.59% from 255) = 31.95%

 BLUE value IS 18 (7.42% from 255) = 6.77%

R = 61.28%
G = 31.95%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A35512 (or 0xA35512) is known color: Rich Gold. HEX triplet: A3, 55 and 12. RGB value is (163,85,18). Sum of RGB (Red+Green+Blue) = 163+85+18=266 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.28% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 163 - color contains mainly: red. Hex color #A35512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35512 is #5CAAED. Grayscale: #656565. Windows color (decimal): -6073070 or 1201571. OLE color: 1201571.

HSL color Cylindrical-coordinate representation of color #A35512: hue angle of 27.72º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A35512 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 85 18 -
CMYK 0 0.48 0.89 0.36
HSL 27.72º 0.8% 0.35% -
HSV(B) 27.72º 0.89% 0.64% -
XYZ 18.46 14.33 2.36 -
YUV 100.68 81.34 172.45 -
System Red Green Blue C M Y K H S L
Decimal 163 85 18 0 0.48 0.89 0.36 27.72 0.8 0.35
Hex A3 55 12 0 30 59 24 1C 50 23
Octal 243 125 22 0 60 131 44 34 120 43
Binary 10100011 1010101 10010 0 110000 1011001 100100 11100 1010000 100011

Color Harmonies of #A35512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35512

Black with #A35512

Text Example


Text Example

White with #A35512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35512; }

 p { color: rgb(163,85,18); }

 H1.HeaderClassName
 {
   color: #A35512;
 }
 .AnyTagClassName
 {
   color: #A35512;
 }
</style>

background-color css

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

 a { background-color: rgb(163,85,18); }

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

border-color css

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

 span { border-color: rgb(163,85,18); }

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