Html Css Color HEX #AB9D0A Lucky

📋 copy color: '#AB9D0A'

red 171 ◦ green 157 ◦ blue 10

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

Shades of Lucky #AB9D0A

Tints of Lucky #AB9D0A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.45%

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

R = 50.59%
G = 46.45%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB9D0A (or 0xAB9D0A) is known color: Lucky. HEX triplet: AB, 9D and 0A. RGB value is (171,157,10). Sum of RGB (Red+Green+Blue) = 171+157+10=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 157 (61.72% from 255 or 46.45% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9D0A is #5462F5. Grayscale: #919191. Windows color (decimal): -5530358 or 695723. OLE color: 695723.

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

Color convert

RGB 171 157 10 -
CMYK 0 0.08 0.94 0.33
HSL 54.78º 0.89% 0.35% -
HSV(B) 54.78º 0.94% 0.67% -
XYZ 28.91 32.79 5.09 -
YUV 144.43 52.14 146.95 -
System Red Green Blue C M Y K H S L
Decimal 171 157 10 0 0.08 0.94 0.33 54.78 0.89 0.35
Hex AB 9D A 0 8 5E 21 37 59 23
Octal 253 235 12 0 10 136 41 67 131 43
Binary 10101011 10011101 1010 0 1000 1011110 100001 110111 1011001 100011

Color Harmonies of #AB9D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9D0A

Black with #AB9D0A

Text Example


Text Example

White with #AB9D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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