Html Css Color HEX #AC8F15 Lucky

📋 copy color: '#AC8F15'

red 172 ◦ green 143 ◦ blue 21

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

Shades of Lucky #AC8F15

Tints of Lucky #AC8F15

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.56%

 BLUE value IS 21 (8.59% from 255) = 6.25%

R = 51.19%
G = 42.56%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC8F15 (or 0xAC8F15) is known color: Lucky. HEX triplet: AC, 8F and 15. RGB value is (172,143,21). Sum of RGB (Red+Green+Blue) = 172+143+21=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8F15 is #5370EA. Grayscale: #8A8A8A. Windows color (decimal): -5468395 or 1413036. OLE color: 1413036.

HSL color Cylindrical-coordinate representation of color #AC8F15: hue angle of 48.48º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC8F15 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 143 21 -
CMYK 0 0.17 0.88 0.33
HSL 48.48º 0.78% 0.38% -
HSV(B) 48.48º 0.88% 0.67% -
XYZ 26.97 28.47 4.78 -
YUV 137.76 62.11 152.42 -
System Red Green Blue C M Y K H S L
Decimal 172 143 21 0 0.17 0.88 0.33 48.48 0.78 0.38
Hex AC 8F 15 0 11 58 21 30 4E 26
Octal 254 217 25 0 21 130 41 60 116 46
Binary 10101100 10001111 10101 0 10001 1011000 100001 110000 1001110 100110

Color Harmonies of #AC8F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F15

Black with #AC8F15

Text Example


Text Example

White with #AC8F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F15; }

 p { color: rgb(172,143,21); }

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

background-color css

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

 a { background-color: rgb(172,143,21); }

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

border-color css

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

 span { border-color: rgb(172,143,21); }

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