Html Css Color HEX #ABA00F Lucky

📋 copy color: '#ABA00F'

red 171 ◦ green 160 ◦ blue 15

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

Shades of Lucky #ABA00F

Tints of Lucky #ABA00F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.24%

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

R = 49.42%
G = 46.24%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#ABA00F (or 0xABA00F) is known color: Lucky. HEX triplet: AB, A0 and 0F. RGB value is (171,160,15). Sum of RGB (Red+Green+Blue) = 171+160+15=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA00F is #545FF0. Grayscale: #939393. Windows color (decimal): -5529585 or 1024171. OLE color: 1024171.

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

Color convert

RGB 171 160 15 -
CMYK 0 0.06 0.91 0.33
HSL 55.77º 0.84% 0.36% -
HSV(B) 55.77º 0.91% 0.67% -
XYZ 29.45 33.83 5.43 -
YUV 146.76 53.64 145.29 -
System Red Green Blue C M Y K H S L
Decimal 171 160 15 0 0.06 0.91 0.33 55.77 0.84 0.36
Hex AB A0 F 0 6 5B 21 38 54 24
Octal 253 240 17 0 6 133 41 70 124 44
Binary 10101011 10100000 1111 0 110 1011011 100001 111000 1010100 100100

Color Harmonies of #ABA00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA00F

Black with #ABA00F

Text Example


Text Example

White with #ABA00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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