Html Css Color HEX #AB9714 Lucky

📋 copy color: '#AB9714'

red 171 ◦ green 151 ◦ blue 20

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

Shades of Lucky #AB9714

Tints of Lucky #AB9714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.85%

R = 50%
G = 44.15%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB9714 (or 0xAB9714) is known color: Lucky. HEX triplet: AB, 97 and 14. RGB value is (171,151,20). Sum of RGB (Red+Green+Blue) = 171+151+20=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9714 is #5468EB. Grayscale: #8E8E8E. Windows color (decimal): -5531884 or 1349547. OLE color: 1349547.

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

Color convert

RGB 171 151 20 -
CMYK 0 0.12 0.88 0.33
HSL 52.05º 0.79% 0.37% -
HSV(B) 52.05º 0.88% 0.67% -
XYZ 27.99 30.84 5.14 -
YUV 142.05 59.13 148.65 -
System Red Green Blue C M Y K H S L
Decimal 171 151 20 0 0.12 0.88 0.33 52.05 0.79 0.37
Hex AB 97 14 0 C 58 21 34 4F 25
Octal 253 227 24 0 14 130 41 64 117 45
Binary 10101011 10010111 10100 0 1100 1011000 100001 110100 1001111 100101

Color Harmonies of #AB9714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9714

Black with #AB9714

Text Example


Text Example

White with #AB9714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9714; }

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

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

background-color css

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

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

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

border-color css

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

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

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