Html Css Color HEX #A64717 Rich Gold

📋 copy color: '#A64717'

red 166 ◦ green 71 ◦ blue 23

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

Shades of Rich Gold #A64717

Tints of Rich Gold #A64717

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.31%

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

R = 63.85%
G = 27.31%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A64717 (or 0xA64717) is known color: Rich Gold. HEX triplet: A6, 47 and 17. RGB value is (166,71,23). Sum of RGB (Red+Green+Blue) = 166+71+23=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A64717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64717 is #59B8E8. Grayscale: #5E5E5E. Windows color (decimal): -5880041 or 1525670. OLE color: 1525670.

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

Color convert

RGB 166 71 23 -
CMYK 0 0.57 0.86 0.35
HSL 20.14º 0.76% 0.37% -
HSV(B) 20.14º 0.86% 0.65% -
XYZ 18.13 12.68 2.3 -
YUV 93.93 87.97 179.4 -
System Red Green Blue C M Y K H S L
Decimal 166 71 23 0 0.57 0.86 0.35 20.14 0.76 0.37
Hex A6 47 17 0 39 56 23 14 4C 25
Octal 246 107 27 0 71 126 43 24 114 45
Binary 10100110 1000111 10111 0 111001 1010110 100011 10100 1001100 100101

Color Harmonies of #A64717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64717

Black with #A64717

Text Example


Text Example

White with #A64717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64717; }

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

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

background-color css

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

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

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

border-color css

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

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

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