Html Css Color HEX #AC940E Lucky

📋 copy color: '#AC940E'

red 172 ◦ green 148 ◦ blue 14

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

Shades of Lucky #AC940E

Tints of Lucky #AC940E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.31%

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

R = 51.5%
G = 44.31%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC940E (or 0xAC940E) is known color: Lucky. HEX triplet: AC, 94 and 0E. RGB value is (172,148,14). Sum of RGB (Red+Green+Blue) = 172+148+14=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC940E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC940E is #536BF1. Grayscale: #8C8C8C. Windows color (decimal): -5467122 or 955564. OLE color: 955564.

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

Color convert

RGB 172 148 14 -
CMYK 0 0.14 0.92 0.33
HSL 50.89º 0.85% 0.36% -
HSV(B) 50.89º 0.92% 0.67% -
XYZ 27.68 29.98 4.74 -
YUV 139.9 56.95 150.9 -
System Red Green Blue C M Y K H S L
Decimal 172 148 14 0 0.14 0.92 0.33 50.89 0.85 0.36
Hex AC 94 E 0 E 5C 21 33 55 24
Octal 254 224 16 0 16 134 41 63 125 44
Binary 10101100 10010100 1110 0 1110 1011100 100001 110011 1010101 100100

Color Harmonies of #AC940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC940E

Black with #AC940E

Text Example


Text Example

White with #AC940E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC940E; }

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

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

background-color css

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

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

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

border-color css

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

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

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