Html Css Color HEX #AB8F1A Lucky

📋 copy color: '#AB8F1A'

red 171 ◦ green 143 ◦ blue 26

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

Shades of Lucky #AB8F1A

Tints of Lucky #AB8F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.65%

R = 50.29%
G = 42.06%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB8F1A (or 0xAB8F1A) is known color: Lucky. HEX triplet: AB, 8F and 1A. RGB value is (171,143,26). Sum of RGB (Red+Green+Blue) = 171+143+26=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F1A is #5470E5. Grayscale: #8A8A8A. Windows color (decimal): -5533926 or 1740715. OLE color: 1740715.

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

Color convert

RGB 171 143 26 -
CMYK 0 0.16 0.85 0.33
HSL 48.41º 0.74% 0.39% -
HSV(B) 48.41º 0.85% 0.67% -
XYZ 26.8 28.38 5.04 -
YUV 138.03 64.78 151.51 -
System Red Green Blue C M Y K H S L
Decimal 171 143 26 0 0.16 0.85 0.33 48.41 0.74 0.39
Hex AB 8F 1A 0 10 55 21 30 4A 27
Octal 253 217 32 0 20 125 41 60 112 47
Binary 10101011 10001111 11010 0 10000 1010101 100001 110000 1001010 100111

Color Harmonies of #AB8F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F1A

Black with #AB8F1A

Text Example


Text Example

White with #AB8F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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