Html Css Color HEX #AC981F Lucky

📋 copy color: '#AC981F'

red 172 ◦ green 152 ◦ blue 31

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

Shades of Lucky #AC981F

Tints of Lucky #AC981F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.73%

R = 48.45%
G = 42.82%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC981F (or 0xAC981F) is known color: Lucky. HEX triplet: AC, 98 and 1F. RGB value is (172,152,31). Sum of RGB (Red+Green+Blue) = 172+152+31=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC981F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC981F is #5367E0. Grayscale: #909090. Windows color (decimal): -5466081 or 2070700. OLE color: 2070700.

HSL color Cylindrical-coordinate representation of color #AC981F: hue angle of 51.49º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC981F is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 152 31 -
CMYK 0 0.12 0.82 0.33
HSL 51.49º 0.69% 0.4% -
HSV(B) 51.49º 0.82% 0.67% -
XYZ 28.49 31.33 5.84 -
YUV 144.19 64.13 147.84 -
System Red Green Blue C M Y K H S L
Decimal 172 152 31 0 0.12 0.82 0.33 51.49 0.69 0.4
Hex AC 98 1F 0 C 52 21 33 45 28
Octal 254 230 37 0 14 122 41 63 105 50
Binary 10101100 10011000 11111 0 1100 1010010 100001 110011 1000101 101000

Color Harmonies of #AC981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC981F

Black with #AC981F

Text Example


Text Example

White with #AC981F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC981F; }

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

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

background-color css

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

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

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

border-color css

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

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

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