Html Css Color HEX #AB990D Lucky

📋 copy color: '#AB990D'

red 171 ◦ green 153 ◦ blue 13

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

Shades of Lucky #AB990D

Tints of Lucky #AB990D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.4%

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

R = 50.74%
G = 45.4%
B = 3.86%

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

#AB990D (or 0xAB990D) is known color: Lucky. HEX triplet: AB, 99 and 0D. RGB value is (171,153,13). Sum of RGB (Red+Green+Blue) = 171+153+13=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB990D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB990D is #5466F2. Grayscale: #8F8F8F. Windows color (decimal): -5531379 or 891307. OLE color: 891307.

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

Color convert

RGB 171 153 13 -
CMYK 0 0.11 0.92 0.33
HSL 53.16º 0.86% 0.36% -
HSV(B) 53.16º 0.92% 0.67% -
XYZ 28.26 31.47 4.97 -
YUV 142.42 54.96 148.38 -
System Red Green Blue C M Y K H S L
Decimal 171 153 13 0 0.11 0.92 0.33 53.16 0.86 0.36
Hex AB 99 D 0 B 5C 21 35 56 24
Octal 253 231 15 0 13 134 41 65 126 44
Binary 10101011 10011001 1101 0 1011 1011100 100001 110101 1010110 100100

Color Harmonies of #AB990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB990D

Black with #AB990D

Text Example


Text Example

White with #AB990D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB990D; }

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

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

background-color css

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

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

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

border-color css

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

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

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