Html Css Color HEX #AC9F19 Lucky

📋 copy color: '#AC9F19'

red 172 ◦ green 159 ◦ blue 25

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

Shades of Lucky #AC9F19

Tints of Lucky #AC9F19

RGB

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

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

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

R = 48.31%
G = 44.66%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC9F19 (or 0xAC9F19) is known color: Lucky. HEX triplet: AC, 9F and 19. RGB value is (172,159,25). Sum of RGB (Red+Green+Blue) = 172+159+25=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9F19 is #5360E6. Grayscale: #949494. Windows color (decimal): -5464295 or 1679276. OLE color: 1679276.

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

Color convert

RGB 172 159 25 -
CMYK 0 0.08 0.85 0.33
HSL 54.69º 0.75% 0.39% -
HSV(B) 54.69º 0.85% 0.67% -
XYZ 29.59 33.64 5.85 -
YUV 147.61 58.81 145.4 -
System Red Green Blue C M Y K H S L
Decimal 172 159 25 0 0.08 0.85 0.33 54.69 0.75 0.39
Hex AC 9F 19 0 8 55 21 37 4B 27
Octal 254 237 31 0 10 125 41 67 113 47
Binary 10101100 10011111 11001 0 1000 1010101 100001 110111 1001011 100111

Color Harmonies of #AC9F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F19

Black with #AC9F19

Text Example


Text Example

White with #AC9F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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