Html Css Color HEX #AC9F14 Lucky

📋 copy color: '#AC9F14'

red 172 ◦ green 159 ◦ blue 20

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

Shades of Lucky #AC9F14

Tints of Lucky #AC9F14

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.3%

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

R = 49%
G = 45.3%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC9F14 (or 0xAC9F14) is known color: Lucky. HEX triplet: AC, 9F and 14. RGB value is (172,159,20). Sum of RGB (Red+Green+Blue) = 172+159+20=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9F14 is #5360EB. Grayscale: #939393. Windows color (decimal): -5464300 or 1351596. OLE color: 1351596.

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

Color convert

RGB 172 159 20 -
CMYK 0 0.08 0.88 0.33
HSL 54.87º 0.79% 0.38% -
HSV(B) 54.87º 0.88% 0.67% -
XYZ 29.54 33.62 5.59 -
YUV 147.04 56.31 145.8 -
System Red Green Blue C M Y K H S L
Decimal 172 159 20 0 0.08 0.88 0.33 54.87 0.79 0.38
Hex AC 9F 14 0 8 58 21 37 4F 26
Octal 254 237 24 0 10 130 41 67 117 46
Binary 10101100 10011111 10100 0 1000 1011000 100001 110111 1001111 100110

Color Harmonies of #AC9F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F14

Black with #AC9F14

Text Example


Text Example

White with #AC9F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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