Html Css Color HEX #A64819 Rich Gold

📋 copy color: '#A64819'

red 166 ◦ green 72 ◦ blue 25

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

Shades of Rich Gold #A64819

Tints of Rich Gold #A64819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.51%

R = 63.12%
G = 27.38%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A64819 (or 0xA64819) is known color: Rich Gold. HEX triplet: A6, 48 and 19. RGB value is (166,72,25). Sum of RGB (Red+Green+Blue) = 166+72+25=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A64819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64819 is #59B7E6. Grayscale: #5F5F5F. Windows color (decimal): -5879783 or 1656998. OLE color: 1656998.

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

Color convert

RGB 166 72 25 -
CMYK 0 0.57 0.85 0.35
HSL 20º 0.74% 0.37% -
HSV(B) 20º 0.85% 0.65% -
XYZ 18.22 12.81 2.43 -
YUV 94.75 88.64 178.82 -
System Red Green Blue C M Y K H S L
Decimal 166 72 25 0 0.57 0.85 0.35 20 0.74 0.37
Hex A6 48 19 0 39 55 23 14 4A 25
Octal 246 110 31 0 71 125 43 24 112 45
Binary 10100110 1001000 11001 0 111001 1010101 100011 10100 1001010 100101

Color Harmonies of #A64819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64819

Black with #A64819

Text Example


Text Example

White with #A64819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64819; }

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

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

background-color css

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

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

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

border-color css

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

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

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