Html Css Color HEX #A64C14 Rich Gold

📋 copy color: '#A64C14'

red 166 ◦ green 76 ◦ blue 20

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

Shades of Rich Gold #A64C14

Tints of Rich Gold #A64C14

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.01%

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

R = 63.36%
G = 29.01%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A64C14 (or 0xA64C14) is known color: Rich Gold. HEX triplet: A6, 4C and 14. RGB value is (166,76,20). Sum of RGB (Red+Green+Blue) = 166+76+20=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64C14 is #59B3EB. Grayscale: #606060. Windows color (decimal): -5878764 or 1330342. OLE color: 1330342.

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

Color convert

RGB 166 76 20 -
CMYK 0 0.54 0.88 0.35
HSL 23.01º 0.78% 0.36% -
HSV(B) 23.01º 0.88% 0.65% -
XYZ 18.44 13.33 2.26 -
YUV 96.53 84.82 177.55 -
System Red Green Blue C M Y K H S L
Decimal 166 76 20 0 0.54 0.88 0.35 23.01 0.78 0.36
Hex A6 4C 14 0 36 58 23 17 4E 24
Octal 246 114 24 0 66 130 43 27 116 44
Binary 10100110 1001100 10100 0 110110 1011000 100011 10111 1001110 100100

Color Harmonies of #A64C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64C14

Black with #A64C14

Text Example


Text Example

White with #A64C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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