Html Css Color HEX #AB990A Lucky

📋 copy color: '#AB990A'

red 171 ◦ green 153 ◦ blue 10

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

Shades of Lucky #AB990A

Tints of Lucky #AB990A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.99%

R = 51.2%
G = 45.81%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB990A (or 0xAB990A) is known color: Lucky. HEX triplet: AB, 99 and 0A. RGB value is (171,153,10). Sum of RGB (Red+Green+Blue) = 171+153+10=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB990A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB990A is #5466F5. Grayscale: #8E8E8E. Windows color (decimal): -5531382 or 694699. OLE color: 694699.

HSL color Cylindrical-coordinate representation of color #AB990A: hue angle of 53.29º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB990A is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 153 10 -
CMYK 0 0.11 0.94 0.33
HSL 53.29º 0.89% 0.35% -
HSV(B) 53.29º 0.94% 0.67% -
XYZ 28.24 31.46 4.87 -
YUV 142.08 53.46 148.63 -
System Red Green Blue C M Y K H S L
Decimal 171 153 10 0 0.11 0.94 0.33 53.29 0.89 0.35
Hex AB 99 A 0 B 5E 21 35 59 23
Octal 253 231 12 0 13 136 41 65 131 43
Binary 10101011 10011001 1010 0 1011 1011110 100001 110101 1011001 100011

Color Harmonies of #AB990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB990A

Black with #AB990A

Text Example


Text Example

White with #AB990A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB990A; }

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

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

background-color css

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

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

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

border-color css

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

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

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