Html Css Color HEX #A64825 Rich Gold

📋 copy color: '#A64825'

red 166 ◦ green 72 ◦ blue 37

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

Shades of Rich Gold #A64825

Tints of Rich Gold #A64825

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.18%

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

R = 60.36%
G = 26.18%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A64825 (or 0xA64825) is known color: Rich Gold. HEX triplet: A6, 48 and 25. RGB value is (166,72,37). Sum of RGB (Red+Green+Blue) = 166+72+37=275 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.36% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 166 - color contains mainly: red. Hex color #A64825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64825 is #59B7DA. Grayscale: #606060. Windows color (decimal): -5879771 or 2443430. OLE color: 2443430.

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

Color convert

RGB 166 72 37 -
CMYK 0 0.57 0.78 0.35
HSL 16.28º 0.64% 0.4% -
HSV(B) 16.28º 0.78% 0.65% -
XYZ 18.38 12.88 3.27 -
YUV 96.12 94.64 177.85 -
System Red Green Blue C M Y K H S L
Decimal 166 72 37 0 0.57 0.78 0.35 16.28 0.64 0.4
Hex A6 48 25 0 39 4E 23 10 40 28
Octal 246 110 45 0 71 116 43 20 100 50
Binary 10100110 1001000 100101 0 111001 1001110 100011 10000 1000000 101000

Color Harmonies of #A64825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64825

Black with #A64825

Text Example


Text Example

White with #A64825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64825; }

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

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

background-color css

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

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

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

border-color css

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

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

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