Html Css Color HEX #ABA50F Lucky

📋 copy color: '#ABA50F'

red 171 ◦ green 165 ◦ blue 15

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

Shades of Lucky #ABA50F

Tints of Lucky #ABA50F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.01%

 BLUE value IS 15 (6.25% from 255) = 4.27%

R = 48.72%
G = 47.01%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#ABA50F (or 0xABA50F) is known color: Lucky. HEX triplet: AB, A5 and 0F. RGB value is (171,165,15). Sum of RGB (Red+Green+Blue) = 171+165+15=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA50F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA50F is #545AF0. Grayscale: #969696. Windows color (decimal): -5528305 or 1025451. OLE color: 1025451.

HSL color Cylindrical-coordinate representation of color #ABA50F: hue angle of 57.69º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABA50F is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 165 15 -
CMYK 0 0.04 0.91 0.33
HSL 57.69º 0.84% 0.36% -
HSV(B) 57.69º 0.91% 0.67% -
XYZ 30.34 35.6 5.73 -
YUV 149.69 51.99 143.2 -
System Red Green Blue C M Y K H S L
Decimal 171 165 15 0 0.04 0.91 0.33 57.69 0.84 0.36
Hex AB A5 F 0 4 5B 21 3A 54 24
Octal 253 245 17 0 4 133 41 72 124 44
Binary 10101011 10100101 1111 0 100 1011011 100001 111010 1010100 100100

Color Harmonies of #ABA50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA50F

Black with #ABA50F

Text Example


Text Example

White with #ABA50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA50F; }

 p { color: rgb(171,165,15); }

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

background-color css

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

 a { background-color: rgb(171,165,15); }

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

border-color css

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

 span { border-color: rgb(171,165,15); }

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