Html Css Color HEX #AB9C0E Lucky

📋 copy color: '#AB9C0E'

red 171 ◦ green 156 ◦ blue 14

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

Shades of Lucky #AB9C0E

Tints of Lucky #AB9C0E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.75%

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

R = 50.15%
G = 45.75%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB9C0E (or 0xAB9C0E) is known color: Lucky. HEX triplet: AB, 9C and 0E. RGB value is (171,156,14). Sum of RGB (Red+Green+Blue) = 171+156+14=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9C0E is #5463F1. Grayscale: #909090. Windows color (decimal): -5530610 or 957611. OLE color: 957611.

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

Color convert

RGB 171 156 14 -
CMYK 0 0.09 0.92 0.33
HSL 54.27º 0.85% 0.36% -
HSV(B) 54.27º 0.92% 0.67% -
XYZ 28.76 32.47 5.17 -
YUV 144.3 54.47 147.05 -
System Red Green Blue C M Y K H S L
Decimal 171 156 14 0 0.09 0.92 0.33 54.27 0.85 0.36
Hex AB 9C E 0 9 5C 21 36 55 24
Octal 253 234 16 0 11 134 41 66 125 44
Binary 10101011 10011100 1110 0 1001 1011100 100001 110110 1010101 100100

Color Harmonies of #AB9C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9C0E

Black with #AB9C0E

Text Example


Text Example

White with #AB9C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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