Html Css Color HEX #A64924 Rich Gold

📋 copy color: '#A64924'

red 166 ◦ green 73 ◦ blue 36

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

Shades of Rich Gold #A64924

Tints of Rich Gold #A64924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.09%

R = 60.36%
G = 26.55%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A64924 (or 0xA64924) is known color: Rich Gold. HEX triplet: A6, 49 and 24. RGB value is (166,73,36). Sum of RGB (Red+Green+Blue) = 166+73+36=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A64924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64924 is #59B6DB. Grayscale: #606060. Windows color (decimal): -5879516 or 2378150. OLE color: 2378150.

HSL color Cylindrical-coordinate representation of color #A64924: hue angle of 17.08º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A64924 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 73 36 -
CMYK 0 0.56 0.78 0.35
HSL 17.08º 0.64% 0.4% -
HSV(B) 17.08º 0.78% 0.65% -
XYZ 18.43 13 3.21 -
YUV 96.59 93.81 177.51 -
System Red Green Blue C M Y K H S L
Decimal 166 73 36 0 0.56 0.78 0.35 17.08 0.64 0.4
Hex A6 49 24 0 38 4E 23 11 40 28
Octal 246 111 44 0 70 116 43 21 100 50
Binary 10100110 1001001 100100 0 111000 1001110 100011 10001 1000000 101000

Color Harmonies of #A64924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64924

Black with #A64924

Text Example


Text Example

White with #A64924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64924; }

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

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

background-color css

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

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

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

border-color css

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

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

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