Html Css Color HEX #AC9114 Lucky

📋 copy color: '#AC9114'

red 172 ◦ green 145 ◦ blue 20

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

Shades of Lucky #AC9114

Tints of Lucky #AC9114

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.03%

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

R = 51.04%
G = 43.03%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC9114 (or 0xAC9114) is known color: Lucky. HEX triplet: AC, 91 and 14. RGB value is (172,145,20). Sum of RGB (Red+Green+Blue) = 172+145+20=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9114 is #536EEB. Grayscale: #8B8B8B. Windows color (decimal): -5467884 or 1348012. OLE color: 1348012.

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

Color convert

RGB 172 145 20 -
CMYK 0 0.16 0.88 0.33
HSL 49.34º 0.79% 0.38% -
HSV(B) 49.34º 0.88% 0.67% -
XYZ 27.26 29.07 4.84 -
YUV 138.82 60.95 151.66 -
System Red Green Blue C M Y K H S L
Decimal 172 145 20 0 0.16 0.88 0.33 49.34 0.79 0.38
Hex AC 91 14 0 10 58 21 31 4F 26
Octal 254 221 24 0 20 130 41 61 117 46
Binary 10101100 10010001 10100 0 10000 1011000 100001 110001 1001111 100110

Color Harmonies of #AC9114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9114

Black with #AC9114

Text Example


Text Example

White with #AC9114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9114; }

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

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

background-color css

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

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

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

border-color css

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

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

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