Html Css Color HEX #AC9119 Lucky

📋 copy color: '#AC9119'

red 172 ◦ green 145 ◦ blue 25

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

Shades of Lucky #AC9119

Tints of Lucky #AC9119

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.4%

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

R = 50.29%
G = 42.4%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC9119 (or 0xAC9119) is known color: Lucky. HEX triplet: AC, 91 and 19. RGB value is (172,145,25). Sum of RGB (Red+Green+Blue) = 172+145+25=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9119 is #536EE6. Grayscale: #8B8B8B. Windows color (decimal): -5467879 or 1675692. OLE color: 1675692.

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

Color convert

RGB 172 145 25 -
CMYK 0 0.16 0.85 0.33
HSL 48.98º 0.75% 0.39% -
HSV(B) 48.98º 0.85% 0.67% -
XYZ 27.31 29.09 5.1 -
YUV 139.39 63.45 151.26 -
System Red Green Blue C M Y K H S L
Decimal 172 145 25 0 0.16 0.85 0.33 48.98 0.75 0.39
Hex AC 91 19 0 10 55 21 31 4B 27
Octal 254 221 31 0 20 125 41 61 113 47
Binary 10101100 10010001 11001 0 10000 1010101 100001 110001 1001011 100111

Color Harmonies of #AC9119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9119

Black with #AC9119

Text Example


Text Example

White with #AC9119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9119; }

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

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

background-color css

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

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

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

border-color css

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

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

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