Html Css Color HEX #AC5518 Rich Gold

📋 copy color: '#AC5518'

red 172 ◦ green 85 ◦ blue 24

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

Shades of Rich Gold #AC5518

Tints of Rich Gold #AC5518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

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

R = 61.21%
G = 30.25%
B = 8.54%

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

#AC5518 (or 0xAC5518) is known color: Rich Gold. HEX triplet: AC, 55 and 18. RGB value is (172,85,24). Sum of RGB (Red+Green+Blue) = 172+85+24=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5518 is #53AAE7. Grayscale: #686868. Windows color (decimal): -5483240 or 1594796. OLE color: 1594796.

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

Color convert

RGB 172 85 24 -
CMYK 0 0.51 0.86 0.33
HSL 24.73º 0.76% 0.38% -
HSV(B) 24.73º 0.86% 0.67% -
XYZ 20.43 15.33 2.75 -
YUV 104.06 82.82 176.46 -
System Red Green Blue C M Y K H S L
Decimal 172 85 24 0 0.51 0.86 0.33 24.73 0.76 0.38
Hex AC 55 18 0 33 56 21 19 4C 26
Octal 254 125 30 0 63 126 41 31 114 46
Binary 10101100 1010101 11000 0 110011 1010110 100001 11001 1001100 100110

Color Harmonies of #AC5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5518

Black with #AC5518

Text Example


Text Example

White with #AC5518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5518; }

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

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

background-color css

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

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

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

border-color css

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

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

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