Html Css Color HEX #AB9C13 Lucky

📋 copy color: '#AB9C13'

red 171 ◦ green 156 ◦ blue 19

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

Shades of Lucky #AB9C13

Tints of Lucky #AB9C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.49%

R = 49.42%
G = 45.09%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB9C13 (or 0xAB9C13) is known color: Lucky. HEX triplet: AB, 9C and 13. RGB value is (171,156,19). Sum of RGB (Red+Green+Blue) = 171+156+19=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9C13 is #5463EC. Grayscale: #919191. Windows color (decimal): -5530605 or 1285291. OLE color: 1285291.

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

Color convert

RGB 171 156 19 -
CMYK 0 0.09 0.89 0.33
HSL 54.08º 0.8% 0.37% -
HSV(B) 54.08º 0.89% 0.67% -
XYZ 28.8 32.48 5.37 -
YUV 144.87 56.97 146.64 -
System Red Green Blue C M Y K H S L
Decimal 171 156 19 0 0.09 0.89 0.33 54.08 0.8 0.37
Hex AB 9C 13 0 9 59 21 36 50 25
Octal 253 234 23 0 11 131 41 66 120 45
Binary 10101011 10011100 10011 0 1001 1011001 100001 110110 1010000 100101

Color Harmonies of #AB9C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9C13

Black with #AB9C13

Text Example


Text Example

White with #AB9C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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