Html Css Color HEX #AC5A15 Rich Gold

📋 copy color: '#AC5A15'

red 172 ◦ green 90 ◦ blue 21

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

Shades of Rich Gold #AC5A15

Tints of Rich Gold #AC5A15

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.8%

 BLUE value IS 21 (8.59% from 255) = 7.42%

R = 60.78%
G = 31.8%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC5A15 (or 0xAC5A15) is known color: Rich Gold. HEX triplet: AC, 5A and 15. RGB value is (172,90,21). Sum of RGB (Red+Green+Blue) = 172+90+21=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5A15 is #53A5EA. Grayscale: #6B6B6B. Windows color (decimal): -5481963 or 1399468. OLE color: 1399468.

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

Color convert

RGB 172 90 21 -
CMYK 0 0.48 0.88 0.33
HSL 27.42º 0.78% 0.38% -
HSV(B) 27.42º 0.88% 0.67% -
XYZ 20.8 16.14 2.73 -
YUV 106.65 79.67 174.61 -
System Red Green Blue C M Y K H S L
Decimal 172 90 21 0 0.48 0.88 0.33 27.42 0.78 0.38
Hex AC 5A 15 0 30 58 21 1B 4E 26
Octal 254 132 25 0 60 130 41 33 116 46
Binary 10101100 1011010 10101 0 110000 1011000 100001 11011 1001110 100110

Color Harmonies of #AC5A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A15

Black with #AC5A15

Text Example


Text Example

White with #AC5A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A15; }

 p { color: rgb(172,90,21); }

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

background-color css

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

 a { background-color: rgb(172,90,21); }

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

border-color css

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

 span { border-color: rgb(172,90,21); }

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