Html Css Color HEX #AC9D00 Lucky

📋 copy color: '#AC9D00'

red 172 ◦ green 157 ◦ blue 0

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

Shades of Lucky #AC9D00

Tints of Lucky #AC9D00

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.72%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.28%
G = 47.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC9D00 (or 0xAC9D00) is known color: Lucky. HEX triplet: AC, 9D and 00. RGB value is (172,157,0). Sum of RGB (Red+Green+Blue) = 172+157+0=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 157 (61.72% from 255 or 47.72% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9D00 is #5362FF. Grayscale: #909090. Windows color (decimal): -5464832 or 40364. OLE color: 40364.

HSL color Cylindrical-coordinate representation of color #AC9D00: hue angle of 54.77º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC9D00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 157 0 -
CMYK 0 0.09 1 0.33
HSL 54.77º 1% 0.34% -
HSV(B) 54.77º 1% 0.67% -
XYZ 29.07 32.88 4.82 -
YUV 143.59 46.97 148.27 -
System Red Green Blue C M Y K H S L
Decimal 172 157 0 0 0.09 1 0.33 54.77 1 0.34
Hex AC 9D 0 0 9 64 21 37 64 22
Octal 254 235 0 0 11 144 41 67 144 42
Binary 10101100 10011101 0 0 1001 1100100 100001 110111 1100100 100010

Color Harmonies of #AC9D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9D00

Black with #AC9D00

Text Example


Text Example

White with #AC9D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9D00; }

 p { color: rgb(172,157,0); }

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

background-color css

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

 a { background-color: rgb(172,157,0); }

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

border-color css

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

 span { border-color: rgb(172,157,0); }

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