Html Css Color HEX #AC9014 Lucky

📋 copy color: '#AC9014'

red 172 ◦ green 144 ◦ blue 20

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

Shades of Lucky #AC9014

Tints of Lucky #AC9014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.86%

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

R = 51.19%
G = 42.86%
B = 5.95%

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

#AC9014 (or 0xAC9014) is known color: Lucky. HEX triplet: AC, 90 and 14. RGB value is (172,144,20). Sum of RGB (Red+Green+Blue) = 172+144+20=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9014 is #536FEB. Grayscale: #8A8A8A. Windows color (decimal): -5468140 or 1347756. OLE color: 1347756.

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

Color convert

RGB 172 144 20 -
CMYK 0 0.16 0.88 0.33
HSL 48.95º 0.79% 0.38% -
HSV(B) 48.95º 0.88% 0.67% -
XYZ 27.11 28.77 4.79 -
YUV 138.24 61.28 152.08 -
System Red Green Blue C M Y K H S L
Decimal 172 144 20 0 0.16 0.88 0.33 48.95 0.79 0.38
Hex AC 90 14 0 10 58 21 31 4F 26
Octal 254 220 24 0 20 130 41 61 117 46
Binary 10101100 10010000 10100 0 10000 1011000 100001 110001 1001111 100110

Color Harmonies of #AC9014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9014

Black with #AC9014

Text Example


Text Example

White with #AC9014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9014; }

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

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

background-color css

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

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

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

border-color css

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

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

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