Html Css Color HEX #A64925 Rich Gold

📋 copy color: '#A64925'

red 166 ◦ green 73 ◦ blue 37

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

Shades of Rich Gold #A64925

Tints of Rich Gold #A64925

RGB

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

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

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

R = 60.14%
G = 26.45%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A64925 (or 0xA64925) is known color: Rich Gold. HEX triplet: A6, 49 and 25. RGB value is (166,73,37). Sum of RGB (Red+Green+Blue) = 166+73+37=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A64925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64925 is #59B6DA. Grayscale: #606060. Windows color (decimal): -5879515 or 2443686. OLE color: 2443686.

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

Color convert

RGB 166 73 37 -
CMYK 0 0.56 0.78 0.35
HSL 16.74º 0.64% 0.4% -
HSV(B) 16.74º 0.78% 0.65% -
XYZ 18.44 13.01 3.29 -
YUV 96.7 94.31 177.43 -
System Red Green Blue C M Y K H S L
Decimal 166 73 37 0 0.56 0.78 0.35 16.74 0.64 0.4
Hex A6 49 25 0 38 4E 23 11 40 28
Octal 246 111 45 0 70 116 43 21 100 50
Binary 10100110 1001001 100101 0 111000 1001110 100011 10001 1000000 101000

Color Harmonies of #A64925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64925

Black with #A64925

Text Example


Text Example

White with #A64925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64925; }

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

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

background-color css

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

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

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

border-color css

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

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

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