Html Css Color HEX #AC5816 Rich Gold

📋 copy color: '#AC5816'

red 172 ◦ green 88 ◦ blue 22

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

Shades of Rich Gold #AC5816

Tints of Rich Gold #AC5816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.8%

R = 60.99%
G = 31.21%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC5816 (or 0xAC5816) is known color: Rich Gold. HEX triplet: AC, 58 and 16. RGB value is (172,88,22). Sum of RGB (Red+Green+Blue) = 172+88+22=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5816 is #53A7E9. Grayscale: #696969. Windows color (decimal): -5482474 or 1464492. OLE color: 1464492.

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

Color convert

RGB 172 88 22 -
CMYK 0 0.49 0.87 0.33
HSL 26.4º 0.77% 0.38% -
HSV(B) 26.4º 0.87% 0.67% -
XYZ 20.65 15.81 2.72 -
YUV 105.59 80.83 175.37 -
System Red Green Blue C M Y K H S L
Decimal 172 88 22 0 0.49 0.87 0.33 26.4 0.77 0.38
Hex AC 58 16 0 31 57 21 1A 4D 26
Octal 254 130 26 0 61 127 41 32 115 46
Binary 10101100 1011000 10110 0 110001 1010111 100001 11010 1001101 100110

Color Harmonies of #AC5816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5816

Black with #AC5816

Text Example


Text Example

White with #AC5816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5816; }

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

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

background-color css

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

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

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

border-color css

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

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

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