Html Css Color HEX #AB9814 Lucky

📋 copy color: '#AB9814'

red 171 ◦ green 152 ◦ blue 20

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

Shades of Lucky #AB9814

Tints of Lucky #AB9814

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.31%

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

R = 49.85%
G = 44.31%
B = 5.83%

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

#AB9814 (or 0xAB9814) is known color: Lucky. HEX triplet: AB, 98 and 14. RGB value is (171,152,20). Sum of RGB (Red+Green+Blue) = 171+152+20=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9814 is #5467EB. Grayscale: #8F8F8F. Windows color (decimal): -5531628 or 1349803. OLE color: 1349803.

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

Color convert

RGB 171 152 20 -
CMYK 0 0.11 0.88 0.33
HSL 52.45º 0.79% 0.37% -
HSV(B) 52.45º 0.88% 0.67% -
XYZ 28.15 31.16 5.19 -
YUV 142.63 58.79 148.23 -
System Red Green Blue C M Y K H S L
Decimal 171 152 20 0 0.11 0.88 0.33 52.45 0.79 0.37
Hex AB 98 14 0 B 58 21 34 4F 25
Octal 253 230 24 0 13 130 41 64 117 45
Binary 10101011 10011000 10100 0 1011 1011000 100001 110100 1001111 100101

Color Harmonies of #AB9814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9814

Black with #AB9814

Text Example


Text Example

White with #AB9814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9814; }

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

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

background-color css

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

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

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

border-color css

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

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

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