Html Css Color HEX #AC981C Lucky

📋 copy color: '#AC981C'

red 172 ◦ green 152 ◦ blue 28

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

Shades of Lucky #AC981C

Tints of Lucky #AC981C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.18%

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

R = 48.86%
G = 43.18%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC981C (or 0xAC981C) is known color: Lucky. HEX triplet: AC, 98 and 1C. RGB value is (172,152,28). Sum of RGB (Red+Green+Blue) = 172+152+28=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC981C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC981C is #5367E3. Grayscale: #909090. Windows color (decimal): -5466084 or 1874092. OLE color: 1874092.

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

Color convert

RGB 172 152 28 -
CMYK 0 0.12 0.84 0.33
HSL 51.67º 0.72% 0.39% -
HSV(B) 51.67º 0.84% 0.67% -
XYZ 28.45 31.31 5.64 -
YUV 143.84 62.63 148.08 -
System Red Green Blue C M Y K H S L
Decimal 172 152 28 0 0.12 0.84 0.33 51.67 0.72 0.39
Hex AC 98 1C 0 C 54 21 34 48 27
Octal 254 230 34 0 14 124 41 64 110 47
Binary 10101100 10011000 11100 0 1100 1010100 100001 110100 1001000 100111

Color Harmonies of #AC981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC981C

Black with #AC981C

Text Example


Text Example

White with #AC981C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC981C; }

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

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

background-color css

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

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

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

border-color css

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

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

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