Html Css Color HEX #A64A24 Rich Gold

📋 copy color: '#A64A24'

red 166 ◦ green 74 ◦ blue 36

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

Shades of Rich Gold #A64A24

Tints of Rich Gold #A64A24

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.81%

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

R = 60.14%
G = 26.81%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A64A24 (or 0xA64A24) is known color: Rich Gold. HEX triplet: A6, 4A and 24. RGB value is (166,74,36). Sum of RGB (Red+Green+Blue) = 166+74+36=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64A24 is #59B5DB. Grayscale: #616161. Windows color (decimal): -5879260 or 2378406. OLE color: 2378406.

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

Color convert

RGB 166 74 36 -
CMYK 0 0.55 0.78 0.35
HSL 17.54º 0.64% 0.4% -
HSV(B) 17.54º 0.78% 0.65% -
XYZ 18.49 13.13 3.23 -
YUV 97.18 93.48 177.09 -
System Red Green Blue C M Y K H S L
Decimal 166 74 36 0 0.55 0.78 0.35 17.54 0.64 0.4
Hex A6 4A 24 0 37 4E 23 12 40 28
Octal 246 112 44 0 67 116 43 22 100 50
Binary 10100110 1001010 100100 0 110111 1001110 100011 10010 1000000 101000

Color Harmonies of #A64A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64A24

Black with #A64A24

Text Example


Text Example

White with #A64A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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