Html Css Color HEX #AC9F01 Lucky

📋 copy color: '#AC9F01'

red 172 ◦ green 159 ◦ blue 1

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

Shades of Lucky #AC9F01

Tints of Lucky #AC9F01

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.89%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 51.81%
G = 47.89%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC9F01 (or 0xAC9F01) is known color: Lucky. HEX triplet: AC, 9F and 01. RGB value is (172,159,1). Sum of RGB (Red+Green+Blue) = 172+159+1=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9F01 is #5360FE. Grayscale: #919191. Windows color (decimal): -5464319 or 106412. OLE color: 106412.

HSL color Cylindrical-coordinate representation of color #AC9F01: hue angle of 55.44º degrees, saturation: 0.99, 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 #AC9F01 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 159 1 -
CMYK 0 0.08 0.99 0.33
HSL 55.44º 0.99% 0.34% -
HSV(B) 55.44º 0.99% 0.67% -
XYZ 29.42 33.57 4.96 -
YUV 144.88 46.81 147.35 -
System Red Green Blue C M Y K H S L
Decimal 172 159 1 0 0.08 0.99 0.33 55.44 0.99 0.34
Hex AC 9F 1 0 8 63 21 37 63 22
Octal 254 237 1 0 10 143 41 67 143 42
Binary 10101100 10011111 1 0 1000 1100011 100001 110111 1100011 100010

Color Harmonies of #AC9F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F01

Black with #AC9F01

Text Example


Text Example

White with #AC9F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F01; }

 p { color: rgb(172,159,1); }

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

background-color css

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

 a { background-color: rgb(172,159,1); }

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

border-color css

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

 span { border-color: rgb(172,159,1); }

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