Html Css Color HEX #A64C21 Rich Gold

📋 copy color: '#A64C21'

red 166 ◦ green 76 ◦ blue 33

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

Shades of Rich Gold #A64C21

Tints of Rich Gold #A64C21

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.64%

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

R = 60.36%
G = 27.64%
B = 12%

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

#A64C21 (or 0xA64C21) is known color: Rich Gold. HEX triplet: A6, 4C and 21. RGB value is (166,76,33). Sum of RGB (Red+Green+Blue) = 166+76+33=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64C21 is #59B3DE. Grayscale: #626262. Windows color (decimal): -5878751 or 2182310. OLE color: 2182310.

HSL color Cylindrical-coordinate representation of color #A64C21: hue angle of 19.4º 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 #A64C21 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 76 33 -
CMYK 0 0.54 0.80 0.35
HSL 19.4º 0.67% 0.39% -
HSV(B) 19.4º 0.8% 0.65% -
XYZ 18.58 13.39 3.04 -
YUV 98.01 91.32 176.5 -
System Red Green Blue C M Y K H S L
Decimal 166 76 33 0 0.54 0.80 0.35 19.4 0.67 0.39
Hex A6 4C 21 0 36 50 23 13 43 27
Octal 246 114 41 0 66 120 43 23 103 47
Binary 10100110 1001100 100001 0 110110 1010000 100011 10011 1000011 100111

Color Harmonies of #A64C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64C21

Black with #A64C21

Text Example


Text Example

White with #A64C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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