Html Css Color HEX #A64915 Rich Gold

📋 copy color: '#A64915'

red 166 ◦ green 73 ◦ blue 21

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

Shades of Rich Gold #A64915

Tints of Rich Gold #A64915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.08%

 BLUE value IS 21 (8.59% from 255) = 8.08%

R = 63.85%
G = 28.08%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A64915 (or 0xA64915) is known color: Rich Gold. HEX triplet: A6, 49 and 15. RGB value is (166,73,21). Sum of RGB (Red+Green+Blue) = 166+73+21=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A64915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64915 is #59B6EA. Grayscale: #5F5F5F. Windows color (decimal): -5879531 or 1395110. OLE color: 1395110.

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

Color convert

RGB 166 73 21 -
CMYK 0 0.56 0.87 0.35
HSL 21.52º 0.78% 0.37% -
HSV(B) 21.52º 0.87% 0.65% -
XYZ 18.24 12.93 2.24 -
YUV 94.88 86.31 178.73 -
System Red Green Blue C M Y K H S L
Decimal 166 73 21 0 0.56 0.87 0.35 21.52 0.78 0.37
Hex A6 49 15 0 38 57 23 16 4E 25
Octal 246 111 25 0 70 127 43 26 116 45
Binary 10100110 1001001 10101 0 111000 1010111 100011 10110 1001110 100101

Color Harmonies of #A64915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64915

Black with #A64915

Text Example


Text Example

White with #A64915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64915; }

 p { color: rgb(166,73,21); }

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

background-color css

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

 a { background-color: rgb(166,73,21); }

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

border-color css

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

 span { border-color: rgb(166,73,21); }

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