Html Css Color HEX #AB9701 Lucky

📋 copy color: '#AB9701'

red 171 ◦ green 151 ◦ blue 1

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

Shades of Lucky #AB9701

Tints of Lucky #AB9701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 52.94%
G = 46.75%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB9701 (or 0xAB9701) is known color: Lucky. HEX triplet: AB, 97 and 01. RGB value is (171,151,1). Sum of RGB (Red+Green+Blue) = 171+151+1=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9701 is #5468FE. Grayscale: #8C8C8C. Windows color (decimal): -5531903 or 104363. OLE color: 104363.

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

Color convert

RGB 171 151 1 -
CMYK 0 0.12 0.99 0.33
HSL 52.94º 0.99% 0.34% -
HSV(B) 52.94º 0.99% 0.67% -
XYZ 27.87 30.79 4.5 -
YUV 139.88 49.63 150.2 -
System Red Green Blue C M Y K H S L
Decimal 171 151 1 0 0.12 0.99 0.33 52.94 0.99 0.34
Hex AB 97 1 0 C 63 21 35 63 22
Octal 253 227 1 0 14 143 41 65 143 42
Binary 10101011 10010111 1 0 1100 1100011 100001 110101 1100011 100010

Color Harmonies of #AB9701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9701

Black with #AB9701

Text Example


Text Example

White with #AB9701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9701; }

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

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

background-color css

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

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

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

border-color css

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

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

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