Html Css Color HEX #AC8F13 Lucky

📋 copy color: '#AC8F13'

red 172 ◦ green 143 ◦ blue 19

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

Shades of Lucky #AC8F13

Tints of Lucky #AC8F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.69%

R = 51.5%
G = 42.81%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC8F13 (or 0xAC8F13) is known color: Lucky. HEX triplet: AC, 8F and 13. RGB value is (172,143,19). Sum of RGB (Red+Green+Blue) = 172+143+19=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8F13 is #5370EC. Grayscale: #8A8A8A. Windows color (decimal): -5468397 or 1281964. OLE color: 1281964.

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

Color convert

RGB 172 143 19 -
CMYK 0 0.17 0.89 0.33
HSL 48.63º 0.8% 0.37% -
HSV(B) 48.63º 0.89% 0.67% -
XYZ 26.95 28.46 4.69 -
YUV 137.54 61.11 152.58 -
System Red Green Blue C M Y K H S L
Decimal 172 143 19 0 0.17 0.89 0.33 48.63 0.8 0.37
Hex AC 8F 13 0 11 59 21 31 50 25
Octal 254 217 23 0 21 131 41 61 120 45
Binary 10101100 10001111 10011 0 10001 1011001 100001 110001 1010000 100101

Color Harmonies of #AC8F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F13

Black with #AC8F13

Text Example


Text Example

White with #AC8F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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