Html Css Color HEX #AB9614 Lucky

📋 copy color: '#AB9614'

red 171 ◦ green 150 ◦ blue 20

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

Shades of Lucky #AB9614

Tints of Lucky #AB9614

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.99%

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

R = 50.15%
G = 43.99%
B = 5.87%

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

#AB9614 (or 0xAB9614) is known color: Lucky. HEX triplet: AB, 96 and 14. RGB value is (171,150,20). Sum of RGB (Red+Green+Blue) = 171+150+20=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9614 is #5469EB. Grayscale: #8E8E8E. Windows color (decimal): -5532140 or 1349291. OLE color: 1349291.

HSL color Cylindrical-coordinate representation of color #AB9614: hue angle of 51.66º 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 #AB9614 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 150 20 -
CMYK 0 0.12 0.88 0.33
HSL 51.66º 0.79% 0.37% -
HSV(B) 51.66º 0.88% 0.67% -
XYZ 27.83 30.52 5.09 -
YUV 141.46 59.46 149.07 -
System Red Green Blue C M Y K H S L
Decimal 171 150 20 0 0.12 0.88 0.33 51.66 0.79 0.37
Hex AB 96 14 0 C 58 21 34 4F 25
Octal 253 226 24 0 14 130 41 64 117 45
Binary 10101011 10010110 10100 0 1100 1011000 100001 110100 1001111 100101

Color Harmonies of #AB9614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9614

Black with #AB9614

Text Example


Text Example

White with #AB9614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9614; }

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

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

background-color css

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

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

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

border-color css

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

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

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