Html Css Color HEX #AB8F12 Lucky

📋 copy color: '#AB8F12'

red 171 ◦ green 143 ◦ blue 18

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

Shades of Lucky #AB8F12

Tints of Lucky #AB8F12

RGB

 RED value IS 171 (67.19% from 255) = 51.51%

 GREEN value IS 143 (56.25% from 255) = 43.07%

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

R = 51.51%
G = 43.07%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB8F12 (or 0xAB8F12) is known color: Lucky. HEX triplet: AB, 8F and 12. RGB value is (171,143,18). Sum of RGB (Red+Green+Blue) = 171+143+18=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8F12 is #5470ED. Grayscale: #898989. Windows color (decimal): -5533934 or 1216427. OLE color: 1216427.

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

Color convert

RGB 171 143 18 -
CMYK 0 0.16 0.89 0.33
HSL 49.02º 0.81% 0.37% -
HSV(B) 49.02º 0.89% 0.67% -
XYZ 26.73 28.35 4.64 -
YUV 137.12 60.78 152.16 -
System Red Green Blue C M Y K H S L
Decimal 171 143 18 0 0.16 0.89 0.33 49.02 0.81 0.37
Hex AB 8F 12 0 10 59 21 31 51 25
Octal 253 217 22 0 20 131 41 61 121 45
Binary 10101011 10001111 10010 0 10000 1011001 100001 110001 1010001 100101

Color Harmonies of #AB8F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F12

Black with #AB8F12

Text Example


Text Example

White with #AB8F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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