Html Css Color HEX #A64D25 Rich Gold

📋 copy color: '#A64D25'

red 166 ◦ green 77 ◦ blue 37

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

Shades of Rich Gold #A64D25

Tints of Rich Gold #A64D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.21%

R = 59.29%
G = 27.5%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A64D25 (or 0xA64D25) is known color: Rich Gold. HEX triplet: A6, 4D and 25. RGB value is (166,77,37). Sum of RGB (Red+Green+Blue) = 166+77+37=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A64D25 is #59B2DA. Grayscale: #636363. Windows color (decimal): -5878491 or 2444710. OLE color: 2444710.

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

Color convert

RGB 166 77 37 -
CMYK 0 0.54 0.78 0.35
HSL 18.6º 0.64% 0.4% -
HSV(B) 18.6º 0.78% 0.65% -
XYZ 18.71 13.55 3.38 -
YUV 99.05 92.99 175.75 -
System Red Green Blue C M Y K H S L
Decimal 166 77 37 0 0.54 0.78 0.35 18.6 0.64 0.4
Hex A6 4D 25 0 36 4E 23 13 40 28
Octal 246 115 45 0 66 116 43 23 100 50
Binary 10100110 1001101 100101 0 110110 1001110 100011 10011 1000000 101000

Color Harmonies of #A64D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64D25

Black with #A64D25

Text Example


Text Example

White with #A64D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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