Html Css Color HEX #AB8D1F Lucky

📋 copy color: '#AB8D1F'

red 171 ◦ green 141 ◦ blue 31

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

Shades of Lucky #AB8D1F

Tints of Lucky #AB8D1F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.11%

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

R = 49.85%
G = 41.11%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB8D1F (or 0xAB8D1F) is known color: Lucky. HEX triplet: AB, 8D and 1F. RGB value is (171,141,31). Sum of RGB (Red+Green+Blue) = 171+141+31=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D1F is #5472E0. Grayscale: #898989. Windows color (decimal): -5534433 or 2067883. OLE color: 2067883.

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

Color convert

RGB 171 141 31 -
CMYK 0 0.18 0.82 0.33
HSL 47.14º 0.69% 0.4% -
HSV(B) 47.14º 0.82% 0.67% -
XYZ 26.57 27.81 5.26 -
YUV 137.43 67.94 151.94 -
System Red Green Blue C M Y K H S L
Decimal 171 141 31 0 0.18 0.82 0.33 47.14 0.69 0.4
Hex AB 8D 1F 0 12 52 21 2F 45 28
Octal 253 215 37 0 22 122 41 57 105 50
Binary 10101011 10001101 11111 0 10010 1010010 100001 101111 1000101 101000

Color Harmonies of #AB8D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D1F

Black with #AB8D1F

Text Example


Text Example

White with #AB8D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D1F; }

 p { color: rgb(171,141,31); }

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

background-color css

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

 a { background-color: rgb(171,141,31); }

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

border-color css

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

 span { border-color: rgb(171,141,31); }

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