Html Css Color HEX #AC981B Lucky

📋 copy color: '#AC981B'

red 172 ◦ green 152 ◦ blue 27

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

Shades of Lucky #AC981B

Tints of Lucky #AC981B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.69%

R = 49%
G = 43.3%
B = 7.69%

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

#AC981B (or 0xAC981B) is known color: Lucky. HEX triplet: AC, 98 and 1B. RGB value is (172,152,27). Sum of RGB (Red+Green+Blue) = 172+152+27=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC981B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC981B is #5367E4. Grayscale: #909090. Windows color (decimal): -5466085 or 1808556. OLE color: 1808556.

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

Color convert

RGB 172 152 27 -
CMYK 0 0.12 0.84 0.33
HSL 51.72º 0.73% 0.39% -
HSV(B) 51.72º 0.84% 0.67% -
XYZ 28.44 31.31 5.58 -
YUV 143.73 62.13 148.16 -
System Red Green Blue C M Y K H S L
Decimal 172 152 27 0 0.12 0.84 0.33 51.72 0.73 0.39
Hex AC 98 1B 0 C 54 21 34 49 27
Octal 254 230 33 0 14 124 41 64 111 47
Binary 10101100 10011000 11011 0 1100 1010100 100001 110100 1001001 100111

Color Harmonies of #AC981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC981B

Black with #AC981B

Text Example


Text Example

White with #AC981B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC981B; }

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

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

background-color css

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

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

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

border-color css

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

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

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