Html Css Color HEX #A64D21 Rich Gold

📋 copy color: '#A64D21'

red 166 ◦ green 77 ◦ blue 33

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

Shades of Rich Gold #A64D21

Tints of Rich Gold #A64D21

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.9%

 BLUE value IS 33 (13.28% from 255) = 11.96%

R = 60.14%
G = 27.9%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A64D21 (or 0xA64D21) is known color: Rich Gold. HEX triplet: A6, 4D and 21. RGB value is (166,77,33). Sum of RGB (Red+Green+Blue) = 166+77+33=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64D21 is #59B2DE. Grayscale: #626262. Windows color (decimal): -5878495 or 2182566. OLE color: 2182566.

HSL color Cylindrical-coordinate representation of color #A64D21: hue angle of 19.85º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A64D21 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 77 33 -
CMYK 0 0.54 0.80 0.35
HSL 19.85º 0.67% 0.39% -
HSV(B) 19.85º 0.8% 0.65% -
XYZ 18.65 13.52 3.07 -
YUV 98.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 166 77 33 0 0.54 0.80 0.35 19.85 0.67 0.39
Hex A6 4D 21 0 36 50 23 14 43 27
Octal 246 115 41 0 66 120 43 24 103 47
Binary 10100110 1001101 100001 0 110110 1010000 100011 10100 1000011 100111

Color Harmonies of #A64D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64D21

Black with #A64D21

Text Example


Text Example

White with #A64D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64D21; }

 p { color: rgb(166,77,33); }

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

background-color css

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

 a { background-color: rgb(166,77,33); }

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

border-color css

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

 span { border-color: rgb(166,77,33); }

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