Html Css Color HEX #A64A19 Rich Gold

📋 copy color: '#A64A19'

red 166 ◦ green 74 ◦ blue 25

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

Shades of Rich Gold #A64A19

Tints of Rich Gold #A64A19

RGB

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

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

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

R = 62.64%
G = 27.92%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A64A19 (or 0xA64A19) is known color: Rich Gold. HEX triplet: A6, 4A and 19. RGB value is (166,74,25). Sum of RGB (Red+Green+Blue) = 166+74+25=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64A19 is #59B5E6. Grayscale: #606060. Windows color (decimal): -5879271 or 1657510. OLE color: 1657510.

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

Color convert

RGB 166 74 25 -
CMYK 0 0.55 0.85 0.35
HSL 20.85º 0.74% 0.37% -
HSV(B) 20.85º 0.85% 0.65% -
XYZ 18.35 13.07 2.48 -
YUV 95.92 87.98 177.98 -
System Red Green Blue C M Y K H S L
Decimal 166 74 25 0 0.55 0.85 0.35 20.85 0.74 0.37
Hex A6 4A 19 0 37 55 23 15 4A 25
Octal 246 112 31 0 67 125 43 25 112 45
Binary 10100110 1001010 11001 0 110111 1010101 100011 10101 1001010 100101

Color Harmonies of #A64A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64A19

Black with #A64A19

Text Example


Text Example

White with #A64A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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