Html Css Color HEX #AB8D14 Lucky

📋 copy color: '#AB8D14'

red 171 ◦ green 141 ◦ blue 20

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

Shades of Lucky #AB8D14

Tints of Lucky #AB8D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.02%

R = 51.51%
G = 42.47%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB8D14 (or 0xAB8D14) is known color: Lucky. HEX triplet: AB, 8D and 14. RGB value is (171,141,20). Sum of RGB (Red+Green+Blue) = 171+141+20=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8D14 is #5472EB. Grayscale: #888888. Windows color (decimal): -5534444 or 1346987. OLE color: 1346987.

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

Color convert

RGB 171 141 20 -
CMYK 0 0.18 0.88 0.33
HSL 48.08º 0.79% 0.37% -
HSV(B) 48.08º 0.88% 0.67% -
XYZ 26.45 27.76 4.63 -
YUV 136.18 62.44 152.84 -
System Red Green Blue C M Y K H S L
Decimal 171 141 20 0 0.18 0.88 0.33 48.08 0.79 0.37
Hex AB 8D 14 0 12 58 21 30 4F 25
Octal 253 215 24 0 22 130 41 60 117 45
Binary 10101011 10001101 10100 0 10010 1011000 100001 110000 1001111 100101

Color Harmonies of #AB8D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D14

Black with #AB8D14

Text Example


Text Example

White with #AB8D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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