Html Css Color HEX #A64A14 Rich Gold

📋 copy color: '#A64A14'

red 166 ◦ green 74 ◦ blue 20

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

Shades of Rich Gold #A64A14

Tints of Rich Gold #A64A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.69%

R = 63.85%
G = 28.46%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A64A14 (or 0xA64A14) is known color: Rich Gold. HEX triplet: A6, 4A and 14. RGB value is (166,74,20). Sum of RGB (Red+Green+Blue) = 166+74+20=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64A14 is #59B5EB. Grayscale: #5F5F5F. Windows color (decimal): -5879276 or 1329830. OLE color: 1329830.

HSL color Cylindrical-coordinate representation of color #A64A14: hue angle of 22.19º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A64A14 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 74 20 -
CMYK 0 0.55 0.88 0.35
HSL 22.19º 0.78% 0.36% -
HSV(B) 22.19º 0.88% 0.65% -
XYZ 18.3 13.06 2.22 -
YUV 95.35 85.48 178.39 -
System Red Green Blue C M Y K H S L
Decimal 166 74 20 0 0.55 0.88 0.35 22.19 0.78 0.36
Hex A6 4A 14 0 37 58 23 16 4E 24
Octal 246 112 24 0 67 130 43 26 116 44
Binary 10100110 1001010 10100 0 110111 1011000 100011 10110 1001110 100100

Color Harmonies of #A64A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64A14

Black with #A64A14

Text Example


Text Example

White with #A64A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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