Html Css Color HEX #A64520 Rich Gold

📋 copy color: '#A64520'

red 166 ◦ green 69 ◦ blue 32

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

Shades of Rich Gold #A64520

Tints of Rich Gold #A64520

RGB

 RED value IS 166 (65.23% from 255) = 62.17%

 GREEN value IS 69 (27.34% from 255) = 25.84%

 BLUE value IS 32 (12.89% from 255) = 11.99%

R = 62.17%
G = 25.84%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A64520 (or 0xA64520) is known color: Rich Gold. HEX triplet: A6, 45 and 20. RGB value is (166,69,32). Sum of RGB (Red+Green+Blue) = 166+69+32=267 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.17% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 166 - color contains mainly: red. Hex color #A64520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64520 is #59BADF. Grayscale: #5E5E5E. Windows color (decimal): -5880544 or 2114982. OLE color: 2114982.

HSL color Cylindrical-coordinate representation of color #A64520: hue angle of 16.57º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A64520 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 69 32 -
CMYK 0 0.58 0.81 0.35
HSL 16.57º 0.68% 0.39% -
HSV(B) 16.57º 0.81% 0.65% -
XYZ 18.11 12.47 2.82 -
YUV 93.79 93.14 179.51 -
System Red Green Blue C M Y K H S L
Decimal 166 69 32 0 0.58 0.81 0.35 16.57 0.68 0.39
Hex A6 45 20 0 3A 51 23 11 44 27
Octal 246 105 40 0 72 121 43 21 104 47
Binary 10100110 1000101 100000 0 111010 1010001 100011 10001 1000100 100111

Color Harmonies of #A64520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64520

Black with #A64520

Text Example


Text Example

White with #A64520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64520; }

 p { color: rgb(166,69,32); }

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

background-color css

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

 a { background-color: rgb(166,69,32); }

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

border-color css

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

 span { border-color: rgb(166,69,32); }

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