Html Css Color HEX #AB991F Lucky

📋 copy color: '#AB991F'

red 171 ◦ green 153 ◦ blue 31

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

Shades of Lucky #AB991F

Tints of Lucky #AB991F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.1%

 BLUE value IS 31 (12.5% from 255) = 8.73%

R = 48.17%
G = 43.1%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB991F (or 0xAB991F) is known color: Lucky. HEX triplet: AB, 99 and 1F. RGB value is (171,153,31). Sum of RGB (Red+Green+Blue) = 171+153+31=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB991F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB991F is #5466E0. Grayscale: #909090. Windows color (decimal): -5531361 or 2070955. OLE color: 2070955.

HSL color Cylindrical-coordinate representation of color #AB991F: hue angle of 52.29º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB991F is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 153 31 -
CMYK 0 0.11 0.82 0.33
HSL 52.29º 0.69% 0.4% -
HSV(B) 52.29º 0.82% 0.67% -
XYZ 28.43 31.54 5.89 -
YUV 144.47 63.96 146.92 -
System Red Green Blue C M Y K H S L
Decimal 171 153 31 0 0.11 0.82 0.33 52.29 0.69 0.4
Hex AB 99 1F 0 B 52 21 34 45 28
Octal 253 231 37 0 13 122 41 64 105 50
Binary 10101011 10011001 11111 0 1011 1010010 100001 110100 1000101 101000

Color Harmonies of #AB991F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB991F

Black with #AB991F

Text Example


Text Example

White with #AB991F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB991F; }

 p { color: rgb(171,153,31); }

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

background-color css

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

 a { background-color: rgb(171,153,31); }

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

border-color css

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

 span { border-color: rgb(171,153,31); }

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