Html Css Color HEX #AC5824 Rich Gold

📋 copy color: '#AC5824'

red 172 ◦ green 88 ◦ blue 36

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

Shades of Rich Gold #AC5824

Tints of Rich Gold #AC5824

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.73%

 BLUE value IS 36 (14.45% from 255) = 12.16%

R = 58.11%
G = 29.73%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC5824 (or 0xAC5824) is known color: Rich Gold. HEX triplet: AC, 58 and 24. RGB value is (172,88,36). Sum of RGB (Red+Green+Blue) = 172+88+36=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5824 is #53A7DB. Grayscale: #6B6B6B. Windows color (decimal): -5482460 or 2381996. OLE color: 2381996.

HSL color Cylindrical-coordinate representation of color #AC5824: hue angle of 22.94º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC5824 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 88 36 -
CMYK 0 0.49 0.79 0.33
HSL 22.94º 0.65% 0.41% -
HSV(B) 22.94º 0.79% 0.67% -
XYZ 20.82 15.88 3.64 -
YUV 107.19 87.83 174.23 -
System Red Green Blue C M Y K H S L
Decimal 172 88 36 0 0.49 0.79 0.33 22.94 0.65 0.41
Hex AC 58 24 0 31 4F 21 17 41 29
Octal 254 130 44 0 61 117 41 27 101 51
Binary 10101100 1011000 100100 0 110001 1001111 100001 10111 1000001 101001

Color Harmonies of #AC5824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5824

Black with #AC5824

Text Example


Text Example

White with #AC5824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5824; }

 p { color: rgb(172,88,36); }

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

background-color css

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

 a { background-color: rgb(172,88,36); }

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

border-color css

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

 span { border-color: rgb(172,88,36); }

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