Html Css Color HEX #AB960D Lucky

📋 copy color: '#AB960D'

red 171 ◦ green 150 ◦ blue 13

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

Shades of Lucky #AB960D

Tints of Lucky #AB960D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.89%

R = 51.2%
G = 44.91%
B = 3.89%

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

#AB960D (or 0xAB960D) is known color: Lucky. HEX triplet: AB, 96 and 0D. RGB value is (171,150,13). Sum of RGB (Red+Green+Blue) = 171+150+13=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB960D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB960D is #5469F2. Grayscale: #8D8D8D. Windows color (decimal): -5532147 or 890539. OLE color: 890539.

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

Color convert

RGB 171 150 13 -
CMYK 0 0.12 0.92 0.33
HSL 52.03º 0.86% 0.36% -
HSV(B) 52.03º 0.92% 0.67% -
XYZ 27.77 30.5 4.8 -
YUV 140.66 55.96 149.64 -
System Red Green Blue C M Y K H S L
Decimal 171 150 13 0 0.12 0.92 0.33 52.03 0.86 0.36
Hex AB 96 D 0 C 5C 21 34 56 24
Octal 253 226 15 0 14 134 41 64 126 44
Binary 10101011 10010110 1101 0 1100 1011100 100001 110100 1010110 100100

Color Harmonies of #AB960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB960D

Black with #AB960D

Text Example


Text Example

White with #AB960D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB960D; }

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

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

background-color css

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

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

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

border-color css

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

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

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