Html Css Color HEX #AB9914 Lucky

📋 copy color: '#AB9914'

red 171 ◦ green 153 ◦ blue 20

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

Shades of Lucky #AB9914

Tints of Lucky #AB9914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.81%

R = 49.71%
G = 44.48%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB9914 (or 0xAB9914) is known color: Lucky. HEX triplet: AB, 99 and 14. RGB value is (171,153,20). Sum of RGB (Red+Green+Blue) = 171+153+20=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9914 is #5466EB. Grayscale: #8F8F8F. Windows color (decimal): -5531372 or 1350059. OLE color: 1350059.

HSL color Cylindrical-coordinate representation of color #AB9914: hue angle of 52.85º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB9914 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 153 20 -
CMYK 0 0.11 0.88 0.33
HSL 52.85º 0.79% 0.37% -
HSV(B) 52.85º 0.88% 0.67% -
XYZ 28.31 31.49 5.25 -
YUV 143.22 58.46 147.81 -
System Red Green Blue C M Y K H S L
Decimal 171 153 20 0 0.11 0.88 0.33 52.85 0.79 0.37
Hex AB 99 14 0 B 58 21 35 4F 25
Octal 253 231 24 0 13 130 41 65 117 45
Binary 10101011 10011001 10100 0 1011 1011000 100001 110101 1001111 100101

Color Harmonies of #AB9914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9914

Black with #AB9914

Text Example


Text Example

White with #AB9914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9914; }

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

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

background-color css

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

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

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

border-color css

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

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

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