Html Css Color HEX #A64D17 Rich Gold

📋 copy color: '#A64D17'

red 166 ◦ green 77 ◦ blue 23

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

Shades of Rich Gold #A64D17

Tints of Rich Gold #A64D17

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.95%

 BLUE value IS 23 (9.38% from 255) = 8.65%

R = 62.41%
G = 28.95%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A64D17 (or 0xA64D17) is known color: Rich Gold. HEX triplet: A6, 4D and 17. RGB value is (166,77,23). Sum of RGB (Red+Green+Blue) = 166+77+23=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A64D17 is #59B2E8. Grayscale: #616161. Windows color (decimal): -5878505 or 1527206. OLE color: 1527206.

HSL color Cylindrical-coordinate representation of color #A64D17: hue angle of 22.66º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A64D17 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 77 23 -
CMYK 0 0.54 0.86 0.35
HSL 22.66º 0.76% 0.37% -
HSV(B) 22.66º 0.86% 0.65% -
XYZ 18.53 13.48 2.43 -
YUV 97.46 85.99 176.89 -
System Red Green Blue C M Y K H S L
Decimal 166 77 23 0 0.54 0.86 0.35 22.66 0.76 0.37
Hex A6 4D 17 0 36 56 23 17 4C 25
Octal 246 115 27 0 66 126 43 27 114 45
Binary 10100110 1001101 10111 0 110110 1010110 100011 10111 1001100 100101

Color Harmonies of #A64D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64D17

Black with #A64D17

Text Example


Text Example

White with #A64D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64D17; }

 p { color: rgb(166,77,23); }

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

background-color css

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

 a { background-color: rgb(166,77,23); }

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

border-color css

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

 span { border-color: rgb(166,77,23); }

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