Html Css Color HEX #AC9D0A Lucky

📋 copy color: '#AC9D0A'

red 172 ◦ green 157 ◦ blue 10

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

Shades of Lucky #AC9D0A

Tints of Lucky #AC9D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.95%

R = 50.74%
G = 46.31%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC9D0A (or 0xAC9D0A) is known color: Lucky. HEX triplet: AC, 9D and 0A. RGB value is (172,157,10). Sum of RGB (Red+Green+Blue) = 172+157+10=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9D0A is #5362F5. Grayscale: #919191. Windows color (decimal): -5464822 or 695724. OLE color: 695724.

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

Color convert

RGB 172 157 10 -
CMYK 0 0.09 0.94 0.33
HSL 54.44º 0.89% 0.36% -
HSV(B) 54.44º 0.94% 0.67% -
XYZ 29.13 32.91 5.1 -
YUV 144.73 51.97 147.45 -
System Red Green Blue C M Y K H S L
Decimal 172 157 10 0 0.09 0.94 0.33 54.44 0.89 0.36
Hex AC 9D A 0 9 5E 21 36 59 24
Octal 254 235 12 0 11 136 41 66 131 44
Binary 10101100 10011101 1010 0 1001 1011110 100001 110110 1011001 100100

Color Harmonies of #AC9D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9D0A

Black with #AC9D0A

Text Example


Text Example

White with #AC9D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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