Html Css Color HEX #AB960E Lucky

📋 copy color: '#AB960E'

red 171 ◦ green 150 ◦ blue 14

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

Shades of Lucky #AB960E

Tints of Lucky #AB960E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.18%

R = 51.04%
G = 44.78%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB960E (or 0xAB960E) is known color: Lucky. HEX triplet: AB, 96 and 0E. RGB value is (171,150,14). Sum of RGB (Red+Green+Blue) = 171+150+14=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB960E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB960E is #5469F1. Grayscale: #8D8D8D. Windows color (decimal): -5532146 or 956075. OLE color: 956075.

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

Color convert

RGB 171 150 14 -
CMYK 0 0.12 0.92 0.33
HSL 51.97º 0.85% 0.36% -
HSV(B) 51.97º 0.92% 0.67% -
XYZ 27.78 30.5 4.84 -
YUV 140.78 56.46 149.56 -
System Red Green Blue C M Y K H S L
Decimal 171 150 14 0 0.12 0.92 0.33 51.97 0.85 0.36
Hex AB 96 E 0 C 5C 21 34 55 24
Octal 253 226 16 0 14 134 41 64 125 44
Binary 10101011 10010110 1110 0 1100 1011100 100001 110100 1010101 100100

Color Harmonies of #AB960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB960E

Black with #AB960E

Text Example


Text Example

White with #AB960E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB960E; }

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

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

background-color css

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

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

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

border-color css

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

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

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