Html Css Color HEX #AB8F1C Lucky

📋 copy color: '#AB8F1C'

red 171 ◦ green 143 ◦ blue 28

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

Shades of Lucky #AB8F1C

Tints of Lucky #AB8F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.19%

R = 50%
G = 41.81%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB8F1C (or 0xAB8F1C) is known color: Lucky. HEX triplet: AB, 8F and 1C. RGB value is (171,143,28). Sum of RGB (Red+Green+Blue) = 171+143+28=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F1C is #5470E3. Grayscale: #8A8A8A. Windows color (decimal): -5533924 or 1871787. OLE color: 1871787.

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

Color convert

RGB 171 143 28 -
CMYK 0 0.16 0.84 0.33
HSL 48.25º 0.72% 0.39% -
HSV(B) 48.25º 0.84% 0.67% -
XYZ 26.83 28.39 5.16 -
YUV 138.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 171 143 28 0 0.16 0.84 0.33 48.25 0.72 0.39
Hex AB 8F 1C 0 10 54 21 30 48 27
Octal 253 217 34 0 20 124 41 60 110 47
Binary 10101011 10001111 11100 0 10000 1010100 100001 110000 1001000 100111

Color Harmonies of #AB8F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F1C

Black with #AB8F1C

Text Example


Text Example

White with #AB8F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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