Html Css Color HEX #AC9D02 Lucky

📋 copy color: '#AC9D02'

red 172 ◦ green 157 ◦ blue 2

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

Shades of Lucky #AC9D02

Tints of Lucky #AC9D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 51.96%
G = 47.43%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC9D02 (or 0xAC9D02) is known color: Lucky. HEX triplet: AC, 9D and 02. RGB value is (172,157,2). Sum of RGB (Red+Green+Blue) = 172+157+2=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9D02 is #5362FD. Grayscale: #909090. Windows color (decimal): -5464830 or 171436. OLE color: 171436.

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

Color convert

RGB 172 157 2 -
CMYK 0 0.09 0.99 0.33
HSL 54.71º 0.98% 0.34% -
HSV(B) 54.71º 0.99% 0.67% -
XYZ 29.08 32.89 4.87 -
YUV 143.82 47.97 148.1 -
System Red Green Blue C M Y K H S L
Decimal 172 157 2 0 0.09 0.99 0.33 54.71 0.98 0.34
Hex AC 9D 2 0 9 63 21 37 62 22
Octal 254 235 2 0 11 143 41 67 142 42
Binary 10101100 10011101 10 0 1001 1100011 100001 110111 1100010 100010

Color Harmonies of #AC9D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9D02

Black with #AC9D02

Text Example


Text Example

White with #AC9D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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