Html Css Color HEX #AB8E1E Lucky

📋 copy color: '#AB8E1E'

red 171 ◦ green 142 ◦ blue 30

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

Shades of Lucky #AB8E1E

Tints of Lucky #AB8E1E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.4%

 BLUE value IS 30 (12.11% from 255) = 8.75%

R = 49.85%
G = 41.4%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB8E1E (or 0xAB8E1E) is known color: Lucky. HEX triplet: AB, 8E and 1E. RGB value is (171,142,30). Sum of RGB (Red+Green+Blue) = 171+142+30=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8E1E is #5471E1. Grayscale: #8A8A8A. Windows color (decimal): -5534178 or 2002603. OLE color: 2002603.

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

Color convert

RGB 171 142 30 -
CMYK 0 0.17 0.82 0.33
HSL 47.66º 0.7% 0.39% -
HSV(B) 47.66º 0.82% 0.67% -
XYZ 26.7 28.1 5.24 -
YUV 137.9 67.11 151.61 -
System Red Green Blue C M Y K H S L
Decimal 171 142 30 0 0.17 0.82 0.33 47.66 0.7 0.39
Hex AB 8E 1E 0 11 52 21 30 46 27
Octal 253 216 36 0 21 122 41 60 106 47
Binary 10101011 10001110 11110 0 10001 1010010 100001 110000 1000110 100111

Color Harmonies of #AB8E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8E1E

Black with #AB8E1E

Text Example


Text Example

White with #AB8E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8E1E; }

 p { color: rgb(171,142,30); }

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

background-color css

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

 a { background-color: rgb(171,142,30); }

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

border-color css

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

 span { border-color: rgb(171,142,30); }

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