Html Css Color HEX #A64921 Rich Gold

📋 copy color: '#A64921'

red 166 ◦ green 73 ◦ blue 33

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

Shades of Rich Gold #A64921

Tints of Rich Gold #A64921

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.84%

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

R = 61.03%
G = 26.84%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A64921 (or 0xA64921) is known color: Rich Gold. HEX triplet: A6, 49 and 21. RGB value is (166,73,33). Sum of RGB (Red+Green+Blue) = 166+73+33=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A64921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64921 is #59B6DE. Grayscale: #606060. Windows color (decimal): -5879519 or 2181542. OLE color: 2181542.

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

Color convert

RGB 166 73 33 -
CMYK 0 0.56 0.80 0.35
HSL 18.05º 0.67% 0.39% -
HSV(B) 18.05º 0.8% 0.65% -
XYZ 18.38 12.98 2.98 -
YUV 96.25 92.31 177.75 -
System Red Green Blue C M Y K H S L
Decimal 166 73 33 0 0.56 0.80 0.35 18.05 0.67 0.39
Hex A6 49 21 0 38 50 23 12 43 27
Octal 246 111 41 0 70 120 43 22 103 47
Binary 10100110 1001001 100001 0 111000 1010000 100011 10010 1000011 100111

Color Harmonies of #A64921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64921

Black with #A64921

Text Example


Text Example

White with #A64921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64921; }

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

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

background-color css

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

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

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

border-color css

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

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

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