Html Css Color HEX #AB9B2B Lucky

📋 copy color: '#AB9B2B'

red 171 ◦ green 155 ◦ blue 43

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

Shades of Lucky #AB9B2B

Tints of Lucky #AB9B2B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.01%

 BLUE value IS 43 (17.19% from 255) = 11.65%

R = 46.34%
G = 42.01%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB9B2B (or 0xAB9B2B) is known color: Lucky. HEX triplet: AB, 9B and 2B. RGB value is (171,155,43). Sum of RGB (Red+Green+Blue) = 171+155+43=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9B2B is #5464D4. Grayscale: #939393. Windows color (decimal): -5530837 or 2857899. OLE color: 2857899.

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

Color convert

RGB 171 155 43 -
CMYK 0 0.09 0.75 0.33
HSL 52.5º 0.6% 0.42% -
HSV(B) 52.5º 0.75% 0.67% -
XYZ 28.95 32.28 6.99 -
YUV 147.02 69.3 145.11 -
System Red Green Blue C M Y K H S L
Decimal 171 155 43 0 0.09 0.75 0.33 52.5 0.6 0.42
Hex AB 9B 2B 0 9 4B 21 34 3C 2A
Octal 253 233 53 0 11 113 41 64 74 52
Binary 10101011 10011011 101011 0 1001 1001011 100001 110100 111100 101010

Color Harmonies of #AB9B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9B2B

Black with #AB9B2B

Text Example


Text Example

White with #AB9B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9B2B; }

 p { color: rgb(171,155,43); }

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

background-color css

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

 a { background-color: rgb(171,155,43); }

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

border-color css

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

 span { border-color: rgb(171,155,43); }

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