Html Css Color HEX #AB980D Lucky

📋 copy color: '#AB980D'

red 171 ◦ green 152 ◦ blue 13

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

Shades of Lucky #AB980D

Tints of Lucky #AB980D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.24%

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

R = 50.89%
G = 45.24%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB980D (or 0xAB980D) is known color: Lucky. HEX triplet: AB, 98 and 0D. RGB value is (171,152,13). Sum of RGB (Red+Green+Blue) = 171+152+13=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB980D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB980D is #5467F2. Grayscale: #8E8E8E. Windows color (decimal): -5531635 or 891051. OLE color: 891051.

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

Color convert

RGB 171 152 13 -
CMYK 0 0.11 0.92 0.33
HSL 52.78º 0.86% 0.36% -
HSV(B) 52.78º 0.92% 0.67% -
XYZ 28.1 31.14 4.91 -
YUV 141.84 55.29 148.8 -
System Red Green Blue C M Y K H S L
Decimal 171 152 13 0 0.11 0.92 0.33 52.78 0.86 0.36
Hex AB 98 D 0 B 5C 21 35 56 24
Octal 253 230 15 0 13 134 41 65 126 44
Binary 10101011 10011000 1101 0 1011 1011100 100001 110101 1010110 100100

Color Harmonies of #AB980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB980D

Black with #AB980D

Text Example


Text Example

White with #AB980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB980D; }

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

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

background-color css

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

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

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

border-color css

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

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

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