Html Css Color HEX #AC9801 Lucky

📋 copy color: '#AC9801'

red 172 ◦ green 152 ◦ blue 1

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

Shades of Lucky #AC9801

Tints of Lucky #AC9801

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.77%

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

R = 52.92%
G = 46.77%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC9801 (or 0xAC9801) is known color: Lucky. HEX triplet: AC, 98 and 01. RGB value is (172,152,1). Sum of RGB (Red+Green+Blue) = 172+152+1=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9801 is #5367FE. Grayscale: #8D8D8D. Windows color (decimal): -5466111 or 104620. OLE color: 104620.

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

Color convert

RGB 172 152 1 -
CMYK 0 0.12 0.99 0.33
HSL 52.98º 0.99% 0.34% -
HSV(B) 52.98º 0.99% 0.67% -
XYZ 28.25 31.23 4.57 -
YUV 140.77 49.13 150.28 -
System Red Green Blue C M Y K H S L
Decimal 172 152 1 0 0.12 0.99 0.33 52.98 0.99 0.34
Hex AC 98 1 0 C 63 21 35 63 22
Octal 254 230 1 0 14 143 41 65 143 42
Binary 10101100 10011000 1 0 1100 1100011 100001 110101 1100011 100010

Color Harmonies of #AC9801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9801

Black with #AC9801

Text Example


Text Example

White with #AC9801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9801; }

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

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

background-color css

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

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

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

border-color css

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

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

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