Html Css Color HEX #ABA70E Lucky

📋 copy color: '#ABA70E'

red 171 ◦ green 167 ◦ blue 14

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

Shades of Lucky #ABA70E

Tints of Lucky #ABA70E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.44%

 BLUE value IS 14 (5.86% from 255) = 3.98%

R = 48.58%
G = 47.44%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#ABA70E (or 0xABA70E) is known color: Lucky. HEX triplet: AB, A7 and 0E. RGB value is (171,167,14). Sum of RGB (Red+Green+Blue) = 171+167+14=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 167 (65.62% from 255 or 47.44% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA70E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA70E is #5458F1. Grayscale: #979797. Windows color (decimal): -5527794 or 960427. OLE color: 960427.

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

Color convert

RGB 171 167 14 -
CMYK 0 0.02 0.92 0.33
HSL 58.47º 0.85% 0.36% -
HSV(B) 58.47º 0.92% 0.67% -
XYZ 30.69 36.33 5.81 -
YUV 150.75 50.83 142.44 -
System Red Green Blue C M Y K H S L
Decimal 171 167 14 0 0.02 0.92 0.33 58.47 0.85 0.36
Hex AB A7 E 0 2 5C 21 3A 55 24
Octal 253 247 16 0 2 134 41 72 125 44
Binary 10101011 10100111 1110 0 10 1011100 100001 111010 1010101 100100

Color Harmonies of #ABA70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA70E

Black with #ABA70E

Text Example


Text Example

White with #ABA70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA70E; }

 p { color: rgb(171,167,14); }

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

background-color css

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

 a { background-color: rgb(171,167,14); }

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

border-color css

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

 span { border-color: rgb(171,167,14); }

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