Html Css Color HEX #AB9F0C Lucky

📋 copy color: '#AB9F0C'

red 171 ◦ green 159 ◦ blue 12

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

Shades of Lucky #AB9F0C

Tints of Lucky #AB9F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.51%

R = 50%
G = 46.49%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB9F0C (or 0xAB9F0C) is known color: Lucky. HEX triplet: AB, 9F and 0C. RGB value is (171,159,12). Sum of RGB (Red+Green+Blue) = 171+159+12=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9F0C is #5460F3. Grayscale: #929292. Windows color (decimal): -5529844 or 827307. OLE color: 827307.

HSL color Cylindrical-coordinate representation of color #AB9F0C: hue angle of 55.47º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB9F0C is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 159 12 -
CMYK 0 0.07 0.93 0.33
HSL 55.47º 0.87% 0.36% -
HSV(B) 55.47º 0.93% 0.67% -
XYZ 29.26 33.48 5.27 -
YUV 145.83 52.48 145.95 -
System Red Green Blue C M Y K H S L
Decimal 171 159 12 0 0.07 0.93 0.33 55.47 0.87 0.36
Hex AB 9F C 0 7 5D 21 37 57 24
Octal 253 237 14 0 7 135 41 67 127 44
Binary 10101011 10011111 1100 0 111 1011101 100001 110111 1010111 100100

Color Harmonies of #AB9F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F0C

Black with #AB9F0C

Text Example


Text Example

White with #AB9F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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