Html Css Color HEX #AC5513 Rich Gold

📋 copy color: '#AC5513'

red 172 ◦ green 85 ◦ blue 19

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

Shades of Rich Gold #AC5513

Tints of Rich Gold #AC5513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.88%

R = 62.32%
G = 30.8%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC5513 (or 0xAC5513) is known color: Rich Gold. HEX triplet: AC, 55 and 13. RGB value is (172,85,19). Sum of RGB (Red+Green+Blue) = 172+85+19=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5513 is #53AAEC. Grayscale: #676767. Windows color (decimal): -5483245 or 1267116. OLE color: 1267116.

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

Color convert

RGB 172 85 19 -
CMYK 0 0.51 0.89 0.33
HSL 25.88º 0.8% 0.37% -
HSV(B) 25.88º 0.89% 0.67% -
XYZ 20.38 15.31 2.5 -
YUV 103.49 80.32 176.87 -
System Red Green Blue C M Y K H S L
Decimal 172 85 19 0 0.51 0.89 0.33 25.88 0.8 0.37
Hex AC 55 13 0 33 59 21 1A 50 25
Octal 254 125 23 0 63 131 41 32 120 45
Binary 10101100 1010101 10011 0 110011 1011001 100001 11010 1010000 100101

Color Harmonies of #AC5513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5513

Black with #AC5513

Text Example


Text Example

White with #AC5513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5513; }

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

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

background-color css

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

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

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

border-color css

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

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

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