Html Css Color HEX #AC5510 Rich Gold

📋 copy color: '#AC5510'

red 172 ◦ green 85 ◦ blue 16

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

Shades of Rich Gold #AC5510

Tints of Rich Gold #AC5510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.86%

R = 63%
G = 31.14%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC5510 (or 0xAC5510) is known color: Rich Gold. HEX triplet: AC, 55 and 10. RGB value is (172,85,16). Sum of RGB (Red+Green+Blue) = 172+85+16=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5510 is #53AAEF. Grayscale: #676767. Windows color (decimal): -5483248 or 1070508. OLE color: 1070508.

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

Color convert

RGB 172 85 16 -
CMYK 0 0.51 0.91 0.33
HSL 26.54º 0.83% 0.37% -
HSV(B) 26.54º 0.91% 0.67% -
XYZ 20.36 15.31 2.37 -
YUV 103.15 78.82 177.11 -
System Red Green Blue C M Y K H S L
Decimal 172 85 16 0 0.51 0.91 0.33 26.54 0.83 0.37
Hex AC 55 10 0 33 5B 21 1B 53 25
Octal 254 125 20 0 63 133 41 33 123 45
Binary 10101100 1010101 10000 0 110011 1011011 100001 11011 1010011 100101

Color Harmonies of #AC5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5510

Black with #AC5510

Text Example


Text Example

White with #AC5510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5510; }

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

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

background-color css

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

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

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

border-color css

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

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

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