Html Css Color HEX #AC8D14 Lucky

📋 copy color: '#AC8D14'

red 172 ◦ green 141 ◦ blue 20

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

Shades of Lucky #AC8D14

Tints of Lucky #AC8D14

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.34%

 BLUE value IS 20 (8.2% from 255) = 6.01%

R = 51.65%
G = 42.34%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC8D14 (or 0xAC8D14) is known color: Lucky. HEX triplet: AC, 8D and 14. RGB value is (172,141,20). Sum of RGB (Red+Green+Blue) = 172+141+20=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8D14 is #5372EB. Grayscale: #888888. Windows color (decimal): -5468908 or 1346988. OLE color: 1346988.

HSL color Cylindrical-coordinate representation of color #AC8D14: hue angle of 47.76º degrees, saturation: 0.79, 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 #AC8D14 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 141 20 -
CMYK 0 0.18 0.88 0.33
HSL 47.76º 0.79% 0.38% -
HSV(B) 47.76º 0.88% 0.67% -
XYZ 26.66 27.87 4.64 -
YUV 136.48 62.27 153.34 -
System Red Green Blue C M Y K H S L
Decimal 172 141 20 0 0.18 0.88 0.33 47.76 0.79 0.38
Hex AC 8D 14 0 12 58 21 30 4F 26
Octal 254 215 24 0 22 130 41 60 117 46
Binary 10101100 10001101 10100 0 10010 1011000 100001 110000 1001111 100110

Color Harmonies of #AC8D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D14

Black with #AC8D14

Text Example


Text Example

White with #AC8D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D14; }

 p { color: rgb(172,141,20); }

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

background-color css

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

 a { background-color: rgb(172,141,20); }

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

border-color css

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

 span { border-color: rgb(172,141,20); }

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