Html Css Color HEX #ACAB12 Lucky

📋 copy color: '#ACAB12'

red 172 ◦ green 171 ◦ blue 18

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

Shades of Lucky #ACAB12

Tints of Lucky #ACAB12

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.37%

 BLUE value IS 18 (7.42% from 255) = 4.99%

R = 47.65%
G = 47.37%
B = 4.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#ACAB12 (or 0xACAB12) is known color: Lucky. HEX triplet: AC, AB and 12. RGB value is (172,171,18). Sum of RGB (Red+Green+Blue) = 172+171+18=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAB12 is #5354ED. Grayscale: #9A9A9A. Windows color (decimal): -5461230 or 1223596. OLE color: 1223596.

HSL color Cylindrical-coordinate representation of color #ACAB12: hue angle of 59.61º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACAB12 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 171 18 -
CMYK 0 0.01 0.90 0.33
HSL 59.61º 0.81% 0.37% -
HSV(B) 59.61º 0.9% 0.67% -
XYZ 31.69 37.94 6.23 -
YUV 153.86 51.33 140.94 -
System Red Green Blue C M Y K H S L
Decimal 172 171 18 0 0.01 0.90 0.33 59.61 0.81 0.37
Hex AC AB 12 0 1 5A 21 3C 51 25
Octal 254 253 22 0 1 132 41 74 121 45
Binary 10101100 10101011 10010 0 1 1011010 100001 111100 1010001 100101

Color Harmonies of #ACAB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB12

Black with #ACAB12

Text Example


Text Example

White with #ACAB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB12; }

 p { color: rgb(172,171,18); }

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

background-color css

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

 a { background-color: rgb(172,171,18); }

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

border-color css

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

 span { border-color: rgb(172,171,18); }

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