Html Css Color HEX #AC8B1C Lucky

📋 copy color: '#AC8B1C'

red 172 ◦ green 139 ◦ blue 28

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

Shades of Lucky #AC8B1C

Tints of Lucky #AC8B1C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41%

 BLUE value IS 28 (11.33% from 255) = 8.26%

R = 50.74%
G = 41%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC8B1C (or 0xAC8B1C) is known color: Lucky. HEX triplet: AC, 8B and 1C. RGB value is (172,139,28). Sum of RGB (Red+Green+Blue) = 172+139+28=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8B1C is #5374E3. Grayscale: #888888. Windows color (decimal): -5469412 or 1870764. OLE color: 1870764.

HSL color Cylindrical-coordinate representation of color #AC8B1C: hue angle of 46.25º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC8B1C is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 139 28 -
CMYK 0 0.19 0.84 0.33
HSL 46.25º 0.72% 0.39% -
HSV(B) 46.25º 0.84% 0.67% -
XYZ 26.46 27.32 4.98 -
YUV 136.21 66.93 153.53 -
System Red Green Blue C M Y K H S L
Decimal 172 139 28 0 0.19 0.84 0.33 46.25 0.72 0.39
Hex AC 8B 1C 0 13 54 21 2E 48 27
Octal 254 213 34 0 23 124 41 56 110 47
Binary 10101100 10001011 11100 0 10011 1010100 100001 101110 1001000 100111

Color Harmonies of #AC8B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8B1C

Black with #AC8B1C

Text Example


Text Example

White with #AC8B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8B1C; }

 p { color: rgb(172,139,28); }

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

background-color css

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

 a { background-color: rgb(172,139,28); }

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

border-color css

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

 span { border-color: rgb(172,139,28); }

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