Html Css Color HEX #AC591F Rich Gold

📋 copy color: '#AC591F'

red 172 ◦ green 89 ◦ blue 31

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

Shades of Rich Gold #AC591F

Tints of Rich Gold #AC591F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.62%

R = 58.9%
G = 30.48%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC591F (or 0xAC591F) is known color: Rich Gold. HEX triplet: AC, 59 and 1F. RGB value is (172,89,31). Sum of RGB (Red+Green+Blue) = 172+89+31=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC591F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC591F is #53A6E0. Grayscale: #6B6B6B. Windows color (decimal): -5482209 or 2054572. OLE color: 2054572.

HSL color Cylindrical-coordinate representation of color #AC591F: hue angle of 24.68º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC591F is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 89 31 -
CMYK 0 0.48 0.82 0.33
HSL 24.68º 0.69% 0.4% -
HSV(B) 24.68º 0.82% 0.67% -
XYZ 20.83 16.01 3.29 -
YUV 107.21 85 174.22 -
System Red Green Blue C M Y K H S L
Decimal 172 89 31 0 0.48 0.82 0.33 24.68 0.69 0.4
Hex AC 59 1F 0 30 52 21 19 45 28
Octal 254 131 37 0 60 122 41 31 105 50
Binary 10101100 1011001 11111 0 110000 1010010 100001 11001 1000101 101000

Color Harmonies of #AC591F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC591F

Black with #AC591F

Text Example


Text Example

White with #AC591F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC591F; }

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

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

background-color css

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

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

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

border-color css

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

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

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