Html Css Color HEX #AB8D1E Lucky

📋 copy color: '#AB8D1E'

red 171 ◦ green 141 ◦ blue 30

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

Shades of Lucky #AB8D1E

Tints of Lucky #AB8D1E

RGB

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

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

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

R = 50%
G = 41.23%
B = 8.77%

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

#AB8D1E (or 0xAB8D1E) is known color: Lucky. HEX triplet: AB, 8D and 1E. RGB value is (171,141,30). Sum of RGB (Red+Green+Blue) = 171+141+30=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D1E is #5472E1. Grayscale: #898989. Windows color (decimal): -5534434 or 2002347. OLE color: 2002347.

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

Color convert

RGB 171 141 30 -
CMYK 0 0.18 0.82 0.33
HSL 47.23º 0.7% 0.39% -
HSV(B) 47.23º 0.82% 0.67% -
XYZ 26.55 27.8 5.19 -
YUV 137.32 67.44 152.03 -
System Red Green Blue C M Y K H S L
Decimal 171 141 30 0 0.18 0.82 0.33 47.23 0.7 0.39
Hex AB 8D 1E 0 12 52 21 2F 46 27
Octal 253 215 36 0 22 122 41 57 106 47
Binary 10101011 10001101 11110 0 10010 1010010 100001 101111 1000110 100111

Color Harmonies of #AB8D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D1E

Black with #AB8D1E

Text Example


Text Example

White with #AB8D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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