Html Css Color HEX #AC9319 Lucky

📋 copy color: '#AC9319'

red 172 ◦ green 147 ◦ blue 25

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

Shades of Lucky #AC9319

Tints of Lucky #AC9319

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.73%

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

R = 50%
G = 42.73%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC9319 (or 0xAC9319) is known color: Lucky. HEX triplet: AC, 93 and 19. RGB value is (172,147,25). Sum of RGB (Red+Green+Blue) = 172+147+25=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9319 is #536CE6. Grayscale: #8D8D8D. Windows color (decimal): -5467367 or 1676204. OLE color: 1676204.

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

Color convert

RGB 172 147 25 -
CMYK 0 0.15 0.85 0.33
HSL 49.8º 0.75% 0.39% -
HSV(B) 49.8º 0.85% 0.67% -
XYZ 27.62 29.71 5.2 -
YUV 140.57 62.78 150.42 -
System Red Green Blue C M Y K H S L
Decimal 172 147 25 0 0.15 0.85 0.33 49.8 0.75 0.39
Hex AC 93 19 0 F 55 21 32 4B 27
Octal 254 223 31 0 17 125 41 62 113 47
Binary 10101100 10010011 11001 0 1111 1010101 100001 110010 1001011 100111

Color Harmonies of #AC9319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9319

Black with #AC9319

Text Example


Text Example

White with #AC9319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9319; }

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

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

background-color css

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

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

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

border-color css

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

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

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