Html Css Color HEX #AC5418 Rich Gold

📋 copy color: '#AC5418'

red 172 ◦ green 84 ◦ blue 24

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

Shades of Rich Gold #AC5418

Tints of Rich Gold #AC5418

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30%

 BLUE value IS 24 (9.77% from 255) = 8.57%

R = 61.43%
G = 30%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC5418 (or 0xAC5418) is known color: Rich Gold. HEX triplet: AC, 54 and 18. RGB value is (172,84,24). Sum of RGB (Red+Green+Blue) = 172+84+24=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5418 is #53ABE7. Grayscale: #676767. Windows color (decimal): -5483496 or 1594540. OLE color: 1594540.

HSL color Cylindrical-coordinate representation of color #AC5418: hue angle of 24.32º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC5418 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 84 24 -
CMYK 0 0.51 0.86 0.33
HSL 24.32º 0.76% 0.38% -
HSV(B) 24.32º 0.86% 0.67% -
XYZ 20.35 15.18 2.72 -
YUV 103.47 83.15 176.88 -
System Red Green Blue C M Y K H S L
Decimal 172 84 24 0 0.51 0.86 0.33 24.32 0.76 0.38
Hex AC 54 18 0 33 56 21 18 4C 26
Octal 254 124 30 0 63 126 41 30 114 46
Binary 10101100 1010100 11000 0 110011 1010110 100001 11000 1001100 100110

Color Harmonies of #AC5418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5418

Black with #AC5418

Text Example


Text Example

White with #AC5418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5418; }

 p { color: rgb(172,84,24); }

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

background-color css

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

 a { background-color: rgb(172,84,24); }

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

border-color css

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

 span { border-color: rgb(172,84,24); }

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