Html Css Color HEX #AB990E Lucky

📋 copy color: '#AB990E'

red 171 ◦ green 153 ◦ blue 14

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

Shades of Lucky #AB990E

Tints of Lucky #AB990E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.27%

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

R = 50.59%
G = 45.27%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB990E (or 0xAB990E) is known color: Lucky. HEX triplet: AB, 99 and 0E. RGB value is (171,153,14). Sum of RGB (Red+Green+Blue) = 171+153+14=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB990E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB990E is #5466F1. Grayscale: #8F8F8F. Windows color (decimal): -5531378 or 956843. OLE color: 956843.

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

Color convert

RGB 171 153 14 -
CMYK 0 0.11 0.92 0.33
HSL 53.12º 0.85% 0.36% -
HSV(B) 53.12º 0.92% 0.67% -
XYZ 28.27 31.47 5 -
YUV 142.54 55.46 148.3 -
System Red Green Blue C M Y K H S L
Decimal 171 153 14 0 0.11 0.92 0.33 53.12 0.85 0.36
Hex AB 99 E 0 B 5C 21 35 55 24
Octal 253 231 16 0 13 134 41 65 125 44
Binary 10101011 10011001 1110 0 1011 1011100 100001 110101 1010101 100100

Color Harmonies of #AB990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB990E

Black with #AB990E

Text Example


Text Example

White with #AB990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB990E; }

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

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

background-color css

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

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

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

border-color css

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

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

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