Html Css Color HEX #AB9F0F Lucky

📋 copy color: '#AB9F0F'

red 171 ◦ green 159 ◦ blue 15

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

Shades of Lucky #AB9F0F

Tints of Lucky #AB9F0F

RGB

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

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

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

R = 49.57%
G = 46.09%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB9F0F (or 0xAB9F0F) is known color: Lucky. HEX triplet: AB, 9F and 0F. RGB value is (171,159,15). Sum of RGB (Red+Green+Blue) = 171+159+15=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9F0F is #5460F0. Grayscale: #929292. Windows color (decimal): -5529841 or 1023915. OLE color: 1023915.

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

Color convert

RGB 171 159 15 -
CMYK 0 0.07 0.91 0.33
HSL 55.38º 0.84% 0.36% -
HSV(B) 55.38º 0.91% 0.67% -
XYZ 29.28 33.49 5.37 -
YUV 146.17 53.98 145.71 -
System Red Green Blue C M Y K H S L
Decimal 171 159 15 0 0.07 0.91 0.33 55.38 0.84 0.36
Hex AB 9F F 0 7 5B 21 37 54 24
Octal 253 237 17 0 7 133 41 67 124 44
Binary 10101011 10011111 1111 0 111 1011011 100001 110111 1010100 100100

Color Harmonies of #AB9F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F0F

Black with #AB9F0F

Text Example


Text Example

White with #AB9F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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