Html Css Color HEX #A64D12 Rich Gold

📋 copy color: '#A64D12'

red 166 ◦ green 77 ◦ blue 18

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

Shades of Rich Gold #A64D12

Tints of Rich Gold #A64D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.5%

 BLUE value IS 18 (7.42% from 255) = 6.9%

R = 63.6%
G = 29.5%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A64D12 (or 0xA64D12) is known color: Rich Gold. HEX triplet: A6, 4D and 12. RGB value is (166,77,18). Sum of RGB (Red+Green+Blue) = 166+77+18=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A64D12 is #59B2ED. Grayscale: #616161. Windows color (decimal): -5878510 or 1199526. OLE color: 1199526.

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

Color convert

RGB 166 77 18 -
CMYK 0 0.54 0.89 0.35
HSL 23.92º 0.8% 0.36% -
HSV(B) 23.92º 0.89% 0.65% -
XYZ 18.49 13.46 2.2 -
YUV 96.89 83.49 177.3 -
System Red Green Blue C M Y K H S L
Decimal 166 77 18 0 0.54 0.89 0.35 23.92 0.8 0.36
Hex A6 4D 12 0 36 59 23 18 50 24
Octal 246 115 22 0 66 131 43 30 120 44
Binary 10100110 1001101 10010 0 110110 1011001 100011 11000 1010000 100100

Color Harmonies of #A64D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64D12

Black with #A64D12

Text Example


Text Example

White with #A64D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64D12; }

 p { color: rgb(166,77,18); }

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

background-color css

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

 a { background-color: rgb(166,77,18); }

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

border-color css

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

 span { border-color: rgb(166,77,18); }

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