Html Css Color HEX #AC9D19 Lucky

📋 copy color: '#AC9D19'

red 172 ◦ green 157 ◦ blue 25

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

Shades of Lucky #AC9D19

Tints of Lucky #AC9D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.06%

R = 48.59%
G = 44.35%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC9D19 (or 0xAC9D19) is known color: Lucky. HEX triplet: AC, 9D and 19. RGB value is (172,157,25). Sum of RGB (Red+Green+Blue) = 172+157+25=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9D19 is #5362E6. Grayscale: #929292. Windows color (decimal): -5464807 or 1678764. OLE color: 1678764.

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

Color convert

RGB 172 157 25 -
CMYK 0 0.09 0.85 0.33
HSL 53.88º 0.75% 0.39% -
HSV(B) 53.88º 0.85% 0.67% -
XYZ 29.25 32.95 5.74 -
YUV 146.44 59.47 146.23 -
System Red Green Blue C M Y K H S L
Decimal 172 157 25 0 0.09 0.85 0.33 53.88 0.75 0.39
Hex AC 9D 19 0 9 55 21 36 4B 27
Octal 254 235 31 0 11 125 41 66 113 47
Binary 10101100 10011101 11001 0 1001 1010101 100001 110110 1001011 100111

Color Harmonies of #AC9D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9D19

Black with #AC9D19

Text Example


Text Example

White with #AC9D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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