Html Css Color HEX #AC9314 Lucky

📋 copy color: '#AC9314'

red 172 ◦ green 147 ◦ blue 20

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

Shades of Lucky #AC9314

Tints of Lucky #AC9314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.36%

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

R = 50.74%
G = 43.36%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC9314 (or 0xAC9314) is known color: Lucky. HEX triplet: AC, 93 and 14. RGB value is (172,147,20). Sum of RGB (Red+Green+Blue) = 172+147+20=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9314 is #536CEB. Grayscale: #8C8C8C. Windows color (decimal): -5467372 or 1348524. OLE color: 1348524.

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

Color convert

RGB 172 147 20 -
CMYK 0 0.15 0.88 0.33
HSL 50.13º 0.79% 0.38% -
HSV(B) 50.13º 0.88% 0.67% -
XYZ 27.57 29.69 4.94 -
YUV 140 60.28 150.83 -
System Red Green Blue C M Y K H S L
Decimal 172 147 20 0 0.15 0.88 0.33 50.13 0.79 0.38
Hex AC 93 14 0 F 58 21 32 4F 26
Octal 254 223 24 0 17 130 41 62 117 46
Binary 10101100 10010011 10100 0 1111 1011000 100001 110010 1001111 100110

Color Harmonies of #AC9314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9314

Black with #AC9314

Text Example


Text Example

White with #AC9314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9314; }

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

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

background-color css

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

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

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

border-color css

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

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

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