Html Css Color HEX #AB991B Lucky

📋 copy color: '#AB991B'

red 171 ◦ green 153 ◦ blue 27

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

Shades of Lucky #AB991B

Tints of Lucky #AB991B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.69%

R = 48.72%
G = 43.59%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB991B (or 0xAB991B) is known color: Lucky. HEX triplet: AB, 99 and 1B. RGB value is (171,153,27). Sum of RGB (Red+Green+Blue) = 171+153+27=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB991B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB991B is #5466E4. Grayscale: #909090. Windows color (decimal): -5531365 or 1808811. OLE color: 1808811.

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

Color convert

RGB 171 153 27 -
CMYK 0 0.11 0.84 0.33
HSL 52.5º 0.73% 0.39% -
HSV(B) 52.5º 0.84% 0.67% -
XYZ 28.38 31.52 5.62 -
YUV 144.02 61.96 147.25 -
System Red Green Blue C M Y K H S L
Decimal 171 153 27 0 0.11 0.84 0.33 52.5 0.73 0.39
Hex AB 99 1B 0 B 54 21 34 49 27
Octal 253 231 33 0 13 124 41 64 111 47
Binary 10101011 10011001 11011 0 1011 1010100 100001 110100 1001001 100111

Color Harmonies of #AB991B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB991B

Black with #AB991B

Text Example


Text Example

White with #AB991B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB991B; }

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

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

background-color css

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

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

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

border-color css

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

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

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