Html Css Color HEX #AB9F0D Lucky

📋 copy color: '#AB9F0D'

red 171 ◦ green 159 ◦ blue 13

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

Shades of Lucky #AB9F0D

Tints of Lucky #AB9F0D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.36%

 BLUE value IS 13 (5.47% from 255) = 3.79%

R = 49.85%
G = 46.36%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB9F0D (or 0xAB9F0D) is known color: Lucky. HEX triplet: AB, 9F and 0D. RGB value is (171,159,13). Sum of RGB (Red+Green+Blue) = 171+159+13=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9F0D is #5460F2. Grayscale: #929292. Windows color (decimal): -5529843 or 892843. OLE color: 892843.

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

Color convert

RGB 171 159 13 -
CMYK 0 0.07 0.92 0.33
HSL 55.44º 0.86% 0.36% -
HSV(B) 55.44º 0.92% 0.67% -
XYZ 29.27 33.48 5.3 -
YUV 145.94 52.98 145.87 -
System Red Green Blue C M Y K H S L
Decimal 171 159 13 0 0.07 0.92 0.33 55.44 0.86 0.36
Hex AB 9F D 0 7 5C 21 37 56 24
Octal 253 237 15 0 7 134 41 67 126 44
Binary 10101011 10011111 1101 0 111 1011100 100001 110111 1010110 100100

Color Harmonies of #AB9F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F0D

Black with #AB9F0D

Text Example


Text Example

White with #AB9F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F0D; }

 p { color: rgb(171,159,13); }

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

background-color css

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

 a { background-color: rgb(171,159,13); }

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

border-color css

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

 span { border-color: rgb(171,159,13); }

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