Html Css Color HEX #AC591D Rich Gold

📋 copy color: '#AC591D'

red 172 ◦ green 89 ◦ blue 29

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

Shades of Rich Gold #AC591D

Tints of Rich Gold #AC591D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.69%

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

R = 59.31%
G = 30.69%
B = 10%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC591D (or 0xAC591D) is known color: Rich Gold. HEX triplet: AC, 59 and 1D. RGB value is (172,89,29). Sum of RGB (Red+Green+Blue) = 172+89+29=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC591D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC591D is #53A6E2. Grayscale: #6B6B6B. Windows color (decimal): -5482211 or 1923500. OLE color: 1923500.

HSL color Cylindrical-coordinate representation of color #AC591D: hue angle of 25.17º 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 #AC591D is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 89 29 -
CMYK 0 0.48 0.83 0.33
HSL 25.17º 0.71% 0.39% -
HSV(B) 25.17º 0.83% 0.67% -
XYZ 20.81 16 3.15 -
YUV 106.98 84 174.38 -
System Red Green Blue C M Y K H S L
Decimal 172 89 29 0 0.48 0.83 0.33 25.17 0.71 0.39
Hex AC 59 1D 0 30 53 21 19 47 27
Octal 254 131 35 0 60 123 41 31 107 47
Binary 10101100 1011001 11101 0 110000 1010011 100001 11001 1000111 100111

Color Harmonies of #AC591D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC591D

Black with #AC591D

Text Example


Text Example

White with #AC591D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC591D; }

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

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

background-color css

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

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

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

border-color css

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

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

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