Html Css Color HEX #AC8D1A Lucky

📋 copy color: '#AC8D1A'

red 172 ◦ green 141 ◦ blue 26

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

Shades of Lucky #AC8D1A

Tints of Lucky #AC8D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.67%

R = 50.74%
G = 41.59%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC8D1A (or 0xAC8D1A) is known color: Lucky. HEX triplet: AC, 8D and 1A. RGB value is (172,141,26). Sum of RGB (Red+Green+Blue) = 172+141+26=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D1A is #5372E5. Grayscale: #898989. Windows color (decimal): -5468902 or 1740204. OLE color: 1740204.

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

Color convert

RGB 172 141 26 -
CMYK 0 0.18 0.85 0.33
HSL 47.26º 0.74% 0.39% -
HSV(B) 47.26º 0.85% 0.67% -
XYZ 26.72 27.89 4.95 -
YUV 137.16 65.27 152.85 -
System Red Green Blue C M Y K H S L
Decimal 172 141 26 0 0.18 0.85 0.33 47.26 0.74 0.39
Hex AC 8D 1A 0 12 55 21 2F 4A 27
Octal 254 215 32 0 22 125 41 57 112 47
Binary 10101100 10001101 11010 0 10010 1010101 100001 101111 1001010 100111

Color Harmonies of #AC8D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D1A

Black with #AC8D1A

Text Example


Text Example

White with #AC8D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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