Html Css Color HEX #AC9A01 Lucky

📋 copy color: '#AC9A01'

red 172 ◦ green 154 ◦ blue 1

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

Shades of Lucky #AC9A01

Tints of Lucky #AC9A01

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.09%

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

R = 52.6%
G = 47.09%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC9A01 (or 0xAC9A01) is known color: Lucky. HEX triplet: AC, 9A and 01. RGB value is (172,154,1). Sum of RGB (Red+Green+Blue) = 172+154+1=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 154 (60.55% from 255 or 47.09% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9A01 is #5365FE. Grayscale: #8E8E8E. Windows color (decimal): -5465599 or 105132. OLE color: 105132.

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

Color convert

RGB 172 154 1 -
CMYK 0 0.10 0.99 0.33
HSL 53.68º 0.99% 0.34% -
HSV(B) 53.68º 0.99% 0.67% -
XYZ 28.57 31.88 4.68 -
YUV 141.94 48.46 149.44 -
System Red Green Blue C M Y K H S L
Decimal 172 154 1 0 0.10 0.99 0.33 53.68 0.99 0.34
Hex AC 9A 1 0 A 63 21 36 63 22
Octal 254 232 1 0 12 143 41 66 143 42
Binary 10101100 10011010 1 0 1010 1100011 100001 110110 1100011 100010

Color Harmonies of #AC9A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A01

Black with #AC9A01

Text Example


Text Example

White with #AC9A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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