Html Css Color HEX #AB9720 Lucky

📋 copy color: '#AB9720'

red 171 ◦ green 151 ◦ blue 32

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

Shades of Lucky #AB9720

Tints of Lucky #AB9720

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.66%

 BLUE value IS 32 (12.89% from 255) = 9.04%

R = 48.31%
G = 42.66%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB9720 (or 0xAB9720) is known color: Lucky. HEX triplet: AB, 97 and 20. RGB value is (171,151,32). Sum of RGB (Red+Green+Blue) = 171+151+32=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9720 is #5468DF. Grayscale: #8F8F8F. Windows color (decimal): -5531872 or 2135979. OLE color: 2135979.

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

Color convert

RGB 171 151 32 -
CMYK 0 0.12 0.81 0.33
HSL 51.37º 0.68% 0.4% -
HSV(B) 51.37º 0.81% 0.67% -
XYZ 28.12 30.9 5.85 -
YUV 143.41 65.13 147.68 -
System Red Green Blue C M Y K H S L
Decimal 171 151 32 0 0.12 0.81 0.33 51.37 0.68 0.4
Hex AB 97 20 0 C 51 21 33 44 28
Octal 253 227 40 0 14 121 41 63 104 50
Binary 10101011 10010111 100000 0 1100 1010001 100001 110011 1000100 101000

Color Harmonies of #AB9720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9720

Black with #AB9720

Text Example


Text Example

White with #AB9720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9720; }

 p { color: rgb(171,151,32); }

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

background-color css

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

 a { background-color: rgb(171,151,32); }

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

border-color css

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

 span { border-color: rgb(171,151,32); }

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