Html Css Color HEX #AC9214 Lucky

📋 copy color: '#AC9214'

red 172 ◦ green 146 ◦ blue 20

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

Shades of Lucky #AC9214

Tints of Lucky #AC9214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.2%

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

R = 50.89%
G = 43.2%
B = 5.92%

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

#AC9214 (or 0xAC9214) is known color: Lucky. HEX triplet: AC, 92 and 14. RGB value is (172,146,20). Sum of RGB (Red+Green+Blue) = 172+146+20=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9214 is #536DEB. Grayscale: #8B8B8B. Windows color (decimal): -5467628 or 1348268. OLE color: 1348268.

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

Color convert

RGB 172 146 20 -
CMYK 0 0.15 0.88 0.33
HSL 49.74º 0.79% 0.38% -
HSV(B) 49.74º 0.88% 0.67% -
XYZ 27.42 29.38 4.89 -
YUV 139.41 60.61 151.25 -
System Red Green Blue C M Y K H S L
Decimal 172 146 20 0 0.15 0.88 0.33 49.74 0.79 0.38
Hex AC 92 14 0 F 58 21 32 4F 26
Octal 254 222 24 0 17 130 41 62 117 46
Binary 10101100 10010010 10100 0 1111 1011000 100001 110010 1001111 100110

Color Harmonies of #AC9214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9214

Black with #AC9214

Text Example


Text Example

White with #AC9214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9214; }

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

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

background-color css

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

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

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

border-color css

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

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

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