Html Css Color HEX #AB9A14 Lucky

📋 copy color: '#AB9A14'

red 171 ◦ green 154 ◦ blue 20

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

Shades of Lucky #AB9A14

Tints of Lucky #AB9A14

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.64%

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

R = 49.57%
G = 44.64%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB9A14 (or 0xAB9A14) is known color: Lucky. HEX triplet: AB, 9A and 14. RGB value is (171,154,20). Sum of RGB (Red+Green+Blue) = 171+154+20=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9A14 is #5465EB. Grayscale: #909090. Windows color (decimal): -5531116 or 1350315. OLE color: 1350315.

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

Color convert

RGB 171 154 20 -
CMYK 0 0.10 0.88 0.33
HSL 53.25º 0.79% 0.37% -
HSV(B) 53.25º 0.88% 0.67% -
XYZ 28.48 31.82 5.3 -
YUV 143.81 58.13 147.4 -
System Red Green Blue C M Y K H S L
Decimal 171 154 20 0 0.10 0.88 0.33 53.25 0.79 0.37
Hex AB 9A 14 0 A 58 21 35 4F 25
Octal 253 232 24 0 12 130 41 65 117 45
Binary 10101011 10011010 10100 0 1010 1011000 100001 110101 1001111 100101

Color Harmonies of #AB9A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9A14

Black with #AB9A14

Text Example


Text Example

White with #AB9A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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