Html Css Color HEX #A64817 Rich Gold

📋 copy color: '#A64817'

red 166 ◦ green 72 ◦ blue 23

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

Shades of Rich Gold #A64817

Tints of Rich Gold #A64817

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.59%

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

R = 63.6%
G = 27.59%
B = 8.81%

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

#A64817 (or 0xA64817) is known color: Rich Gold. HEX triplet: A6, 48 and 17. RGB value is (166,72,23). Sum of RGB (Red+Green+Blue) = 166+72+23=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A64817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64817 is #59B7E8. Grayscale: #5E5E5E. Windows color (decimal): -5879785 or 1525926. OLE color: 1525926.

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

Color convert

RGB 166 72 23 -
CMYK 0 0.57 0.86 0.35
HSL 20.56º 0.76% 0.37% -
HSV(B) 20.56º 0.86% 0.65% -
XYZ 18.2 12.8 2.32 -
YUV 94.52 87.64 178.98 -
System Red Green Blue C M Y K H S L
Decimal 166 72 23 0 0.57 0.86 0.35 20.56 0.76 0.37
Hex A6 48 17 0 39 56 23 15 4C 25
Octal 246 110 27 0 71 126 43 25 114 45
Binary 10100110 1001000 10111 0 111001 1010110 100011 10101 1001100 100101

Color Harmonies of #A64817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64817

Black with #A64817

Text Example


Text Example

White with #A64817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64817; }

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

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

background-color css

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

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

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

border-color css

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

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

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