Html Css Color HEX #A64F24 Rich Gold

📋 copy color: '#A64F24'

red 166 ◦ green 79 ◦ blue 36

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

Shades of Rich Gold #A64F24

Tints of Rich Gold #A64F24

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.11%

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

R = 59.07%
G = 28.11%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A64F24 (or 0xA64F24) is known color: Rich Gold. HEX triplet: A6, 4F and 24. RGB value is (166,79,36). Sum of RGB (Red+Green+Blue) = 166+79+36=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A64F24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64F24 is #59B0DB. Grayscale: #646464. Windows color (decimal): -5877980 or 2379686. OLE color: 2379686.

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

Color convert

RGB 166 79 36 -
CMYK 0 0.52 0.78 0.35
HSL 19.85º 0.64% 0.4% -
HSV(B) 19.85º 0.78% 0.65% -
XYZ 18.84 13.83 3.34 -
YUV 100.11 91.82 175 -
System Red Green Blue C M Y K H S L
Decimal 166 79 36 0 0.52 0.78 0.35 19.85 0.64 0.4
Hex A6 4F 24 0 34 4E 23 14 40 28
Octal 246 117 44 0 64 116 43 24 100 50
Binary 10100110 1001111 100100 0 110100 1001110 100011 10100 1000000 101000

Color Harmonies of #A64F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64F24

Black with #A64F24

Text Example


Text Example

White with #A64F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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