Html Css Color HEX #AB9F0E Lucky

📋 copy color: '#AB9F0E'

red 171 ◦ green 159 ◦ blue 14

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

Shades of Lucky #AB9F0E

Tints of Lucky #AB9F0E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.22%

 BLUE value IS 14 (5.86% from 255) = 4.07%

R = 49.71%
G = 46.22%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB9F0E (or 0xAB9F0E) is known color: Lucky. HEX triplet: AB, 9F and 0E. RGB value is (171,159,14). Sum of RGB (Red+Green+Blue) = 171+159+14=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 159 (62.5% from 255 or 46.22% from 344); Blue value is 14 (5.86% from 255 or 4.07% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9F0E is #5460F1. Grayscale: #929292. Windows color (decimal): -5529842 or 958379. OLE color: 958379.

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

Color convert

RGB 171 159 14 -
CMYK 0 0.07 0.92 0.33
HSL 55.41º 0.85% 0.36% -
HSV(B) 55.41º 0.92% 0.67% -
XYZ 29.27 33.49 5.34 -
YUV 146.06 53.48 145.79 -
System Red Green Blue C M Y K H S L
Decimal 171 159 14 0 0.07 0.92 0.33 55.41 0.85 0.36
Hex AB 9F E 0 7 5C 21 37 55 24
Octal 253 237 16 0 7 134 41 67 125 44
Binary 10101011 10011111 1110 0 111 1011100 100001 110111 1010101 100100

Color Harmonies of #AB9F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F0E

Black with #AB9F0E

Text Example


Text Example

White with #AB9F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F0E; }

 p { color: rgb(171,159,14); }

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

background-color css

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

 a { background-color: rgb(171,159,14); }

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

border-color css

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

 span { border-color: rgb(171,159,14); }

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