Html Css Color HEX #AC8D13 Lucky

📋 copy color: '#AC8D13'

red 172 ◦ green 141 ◦ blue 19

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

Shades of Lucky #AC8D13

Tints of Lucky #AC8D13

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.47%

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

R = 51.81%
G = 42.47%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC8D13 (or 0xAC8D13) is known color: Lucky. HEX triplet: AC, 8D and 13. RGB value is (172,141,19). Sum of RGB (Red+Green+Blue) = 172+141+19=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8D13 is #5372EC. Grayscale: #888888. Windows color (decimal): -5468909 or 1281452. OLE color: 1281452.

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

Color convert

RGB 172 141 19 -
CMYK 0 0.18 0.89 0.33
HSL 47.84º 0.8% 0.37% -
HSV(B) 47.84º 0.89% 0.67% -
XYZ 26.66 27.87 4.59 -
YUV 136.36 61.77 153.42 -
System Red Green Blue C M Y K H S L
Decimal 172 141 19 0 0.18 0.89 0.33 47.84 0.8 0.37
Hex AC 8D 13 0 12 59 21 30 50 25
Octal 254 215 23 0 22 131 41 60 120 45
Binary 10101100 10001101 10011 0 10010 1011001 100001 110000 1010000 100101

Color Harmonies of #AC8D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D13

Black with #AC8D13

Text Example


Text Example

White with #AC8D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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