Html Css Color HEX #ABA60F Lucky

📋 copy color: '#ABA60F'

red 171 ◦ green 166 ◦ blue 15

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

Shades of Lucky #ABA60F

Tints of Lucky #ABA60F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.16%

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

R = 48.58%
G = 47.16%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#ABA60F (or 0xABA60F) is known color: Lucky. HEX triplet: AB, A6 and 0F. RGB value is (171,166,15). Sum of RGB (Red+Green+Blue) = 171+166+15=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA60F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA60F is #5459F0. Grayscale: #969696. Windows color (decimal): -5528049 or 1025707. OLE color: 1025707.

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

Color convert

RGB 171 166 15 -
CMYK 0 0.03 0.91 0.33
HSL 58.08º 0.84% 0.36% -
HSV(B) 58.08º 0.91% 0.67% -
XYZ 30.52 35.96 5.79 -
YUV 150.28 51.66 142.78 -
System Red Green Blue C M Y K H S L
Decimal 171 166 15 0 0.03 0.91 0.33 58.08 0.84 0.36
Hex AB A6 F 0 3 5B 21 3A 54 24
Octal 253 246 17 0 3 133 41 72 124 44
Binary 10101011 10100110 1111 0 11 1011011 100001 111010 1010100 100100

Color Harmonies of #ABA60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA60F

Black with #ABA60F

Text Example


Text Example

White with #ABA60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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