Html Css Color HEX #AB9D0F Lucky

📋 copy color: '#AB9D0F'

red 171 ◦ green 157 ◦ blue 15

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

Shades of Lucky #AB9D0F

Tints of Lucky #AB9D0F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.77%

 BLUE value IS 15 (6.25% from 255) = 4.37%

R = 49.85%
G = 45.77%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB9D0F (or 0xAB9D0F) is known color: Lucky. HEX triplet: AB, 9D and 0F. RGB value is (171,157,15). Sum of RGB (Red+Green+Blue) = 171+157+15=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9D0F is #5462F0. Grayscale: #919191. Windows color (decimal): -5530353 or 1023403. OLE color: 1023403.

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

Color convert

RGB 171 157 15 -
CMYK 0 0.08 0.91 0.33
HSL 54.62º 0.84% 0.36% -
HSV(B) 54.62º 0.91% 0.67% -
XYZ 28.94 32.81 5.26 -
YUV 145 54.64 146.55 -
System Red Green Blue C M Y K H S L
Decimal 171 157 15 0 0.08 0.91 0.33 54.62 0.84 0.36
Hex AB 9D F 0 8 5B 21 37 54 24
Octal 253 235 17 0 10 133 41 67 124 44
Binary 10101011 10011101 1111 0 1000 1011011 100001 110111 1010100 100100

Color Harmonies of #AB9D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9D0F

Black with #AB9D0F

Text Example


Text Example

White with #AB9D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9D0F; }

 p { color: rgb(171,157,15); }

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

background-color css

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

 a { background-color: rgb(171,157,15); }

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

border-color css

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

 span { border-color: rgb(171,157,15); }

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