Html Css Color HEX #AB9F0A Lucky

📋 copy color: '#AB9F0A'

red 171 ◦ green 159 ◦ blue 10

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

Shades of Lucky #AB9F0A

Tints of Lucky #AB9F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.94%

R = 50.29%
G = 46.76%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB9F0A (or 0xAB9F0A) is known color: Lucky. HEX triplet: AB, 9F and 0A. RGB value is (171,159,10). Sum of RGB (Red+Green+Blue) = 171+159+10=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 159 (62.5% from 255 or 46.76% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9F0A is #5460F5. Grayscale: #929292. Windows color (decimal): -5529846 or 696235. OLE color: 696235.

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

Color convert

RGB 171 159 10 -
CMYK 0 0.07 0.94 0.33
HSL 55.53º 0.89% 0.35% -
HSV(B) 55.53º 0.94% 0.67% -
XYZ 29.25 33.48 5.21 -
YUV 145.6 51.48 146.12 -
System Red Green Blue C M Y K H S L
Decimal 171 159 10 0 0.07 0.94 0.33 55.53 0.89 0.35
Hex AB 9F A 0 7 5E 21 38 59 23
Octal 253 237 12 0 7 136 41 70 131 43
Binary 10101011 10011111 1010 0 111 1011110 100001 111000 1011001 100011

Color Harmonies of #AB9F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F0A

Black with #AB9F0A

Text Example


Text Example

White with #AB9F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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