Html Css Color HEX #AC491D Rich Gold

📋 copy color: '#AC491D'

red 172 ◦ green 73 ◦ blue 29

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

Shades of Rich Gold #AC491D

Tints of Rich Gold #AC491D

RGB

 RED value IS 172 (67.58% from 255) = 62.77%

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

 BLUE value IS 29 (11.72% from 255) = 10.58%

R = 62.77%
G = 26.64%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC491D (or 0xAC491D) is known color: Rich Gold. HEX triplet: AC, 49 and 1D. RGB value is (172,73,29). Sum of RGB (Red+Green+Blue) = 172+73+29=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC491D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC491D is #53B6E2. Grayscale: #616161. Windows color (decimal): -5486307 or 1919404. OLE color: 1919404.

HSL color Cylindrical-coordinate representation of color #AC491D: hue angle of 18.46º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC491D is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 73 29 -
CMYK 0 0.58 0.83 0.33
HSL 18.46º 0.71% 0.39% -
HSV(B) 18.46º 0.83% 0.67% -
XYZ 19.62 13.62 2.76 -
YUV 97.59 89.3 181.08 -
System Red Green Blue C M Y K H S L
Decimal 172 73 29 0 0.58 0.83 0.33 18.46 0.71 0.39
Hex AC 49 1D 0 3A 53 21 12 47 27
Octal 254 111 35 0 72 123 41 22 107 47
Binary 10101100 1001001 11101 0 111010 1010011 100001 10010 1000111 100111

Color Harmonies of #AC491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC491D

Black with #AC491D

Text Example


Text Example

White with #AC491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC491D; }

 p { color: rgb(172,73,29); }

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

background-color css

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

 a { background-color: rgb(172,73,29); }

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

border-color css

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

 span { border-color: rgb(172,73,29); }

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