Html Css Color HEX #AC9F0E Lucky

📋 copy color: '#AC9F0E'

red 172 ◦ green 159 ◦ blue 14

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

Shades of Lucky #AC9F0E

Tints of Lucky #AC9F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.06%

R = 49.86%
G = 46.09%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC9F0E (or 0xAC9F0E) is known color: Lucky. HEX triplet: AC, 9F and 0E. RGB value is (172,159,14). Sum of RGB (Red+Green+Blue) = 172+159+14=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9F0E is #5360F1. Grayscale: #929292. Windows color (decimal): -5464306 or 958380. OLE color: 958380.

HSL color Cylindrical-coordinate representation of color #AC9F0E: hue angle of 55.06º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC9F0E is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 159 14 -
CMYK 0 0.08 0.92 0.33
HSL 55.06º 0.85% 0.36% -
HSV(B) 55.06º 0.92% 0.67% -
XYZ 29.49 33.6 5.35 -
YUV 146.36 53.31 146.29 -
System Red Green Blue C M Y K H S L
Decimal 172 159 14 0 0.08 0.92 0.33 55.06 0.85 0.36
Hex AC 9F E 0 8 5C 21 37 55 24
Octal 254 237 16 0 10 134 41 67 125 44
Binary 10101100 10011111 1110 0 1000 1011100 100001 110111 1010101 100100

Color Harmonies of #AC9F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F0E

Black with #AC9F0E

Text Example


Text Example

White with #AC9F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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